summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-28 11:30:35 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-03 10:48:31 +0800
commit7de6f3b2327e4bd3cec82a80eb6d014f908facc1 (patch)
tree7922f32933b7cbb433ee38d79b5240100644031d
parentcd97acdefa6f9b4f81d6e9f40935e721dd9f5f26 (diff)
downloadlinux-crypto-7de6f3b2327e4bd3cec82a80eb6d014f908facc1.tar.gz
linux-crypto-7de6f3b2327e4bd3cec82a80eb6d014f908facc1.zip
Revert "crypto: algif_aead - Disable AEAD user-space for now"
This reverts commit 0eec8189c0b23c5d2b7ad9c11d955b4fc8bd74e0 as the algif_aead interface has been switched over to the new AEAD interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 0ff4cd44..af011a96 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1532,6 +1532,15 @@ config CRYPTO_USER_API_RNG
This option enables the user-spaces interface for random
number generator algorithms.
+config CRYPTO_USER_API_AEAD
+ tristate "User-space interface for AEAD cipher algorithms"
+ depends on NET
+ select CRYPTO_AEAD
+ select CRYPTO_USER_API
+ help
+ This option enables the user-spaces interface for AEAD
+ cipher algorithms.
+
config CRYPTO_HASH_INFO
bool