crypto: algif - enable AEAD interface compilation
authorStephan Mueller <smueller@chronox.de>
Sat, 28 Feb 2015 19:50:40 +0000 (20:50 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 4 Mar 2015 09:12:39 +0000 (22:12 +1300)
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>
crypto/Kconfig
crypto/Makefile

index 67275b7f176dd7b7dfa0e8095ad406d072acf4d2..e74cecadef70206cbb8ed919e9f6c5e46d40e2a7 100644 (file)
@@ -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
 
index ba19465f9ad362a2c69702885ebd166fc5de0b45..97b7d3ac87e759908d22447784ea841abdff3e8c 100644 (file)
@@ -100,6 +100,7 @@ obj-$(CONFIG_CRYPTO_USER_API) += af_alg.o
 obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o
 obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o
 obj-$(CONFIG_CRYPTO_USER_API_RNG) += algif_rng.o
+obj-$(CONFIG_CRYPTO_USER_API_AEAD) += algif_aead.o
 
 #
 # generic algorithms and the async_tx api