- 09 Dec, 2015 1 commit
-
-
Andrzej Zaborowski authored
Add a struct akcipher_instance and struct akcipher_spawn similar to how AEAD declares them and the macros for converting to/from crypto_instance/crypto_spawn. Also add register functions to avoid exposing crypto_akcipher_type. Signed-off-by:
Andrew Zaborowski <andrew.zaborowski@intel.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
- 20 Oct, 2015 1 commit
-
-
David Howells authored
Don't #include crypto/public_key.h in akcipher as the contents of the header aren't used and changes in a future patch cause it to fail to compile if CONFIG_KEYS=n. Signed-off-by:
David Howells <dhowells@redhat.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
- 25 Jun, 2015 1 commit
-
-
Tadeusz Struk authored
Signed-off-by:
Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
- 17 Jun, 2015 1 commit
-
-
Tadeusz Struk authored
Add Public Key Encryption API. Signed-off-by:
Tadeusz Struk <tadeusz.struk@intel.com> Made CRYPTO_AKCIPHER invisible like other type config options. Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-