summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2015-02-28 20:50:40 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2015-03-04 22:12:39 +1300
commitab062b467c4f980ebb40001038fac1535803331c (patch)
tree07635c5663ba7e4d99c28be5562399ef8736577b /crypto/Kconfig
parent92b2f5482ada0c28b7cfdd11a7ef9d23c059bede (diff)
downloadlinux-crypto-ab062b467c4f980ebb40001038fac1535803331c.tar.gz
linux-crypto-ab062b467c4f980ebb40001038fac1535803331c.zip
crypto: algif - enable AEAD interface compilation
Enable compilation of the AEAD AF_ALG support and provide a Kconfig option to compile the AEAD AF_ALG support. Signed-off-by: Stephan Mueller <smueller@chronox.de> 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 67275b7f..e74cecad 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1552,6 +1552,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