aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
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
commitb64a2d95527092ed6d83fd6754ad2e94423d33b8 (patch)
tree73d77b2ca419d1a1735b5a1efffe229c058f2714 /crypto/Kconfig
parentcrypto: jitterentropy - remove timekeeping_valid_for_hres (diff)
downloadlinux-dev-b64a2d95527092ed6d83fd6754ad2e94423d33b8.tar.xz
linux-dev-b64a2d95527092ed6d83fd6754ad2e94423d33b8.zip
Revert "crypto: algif_aead - Disable AEAD user-space for now"
This reverts commit f858c7bcca8c20761a20593439fe998b4b67e86b as the algif_aead interface has been switched over to the new AEAD interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 0ff4cd44e4f8..af011a96e97d 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