diff options
author | Stephan Mueller <smueller@chronox.de> | 2015-02-28 14:50:40 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-03-04 04:12:39 -0500 |
commit | 44cac4fce9b820c37a8792df52a0e4ce33201949 (patch) | |
tree | 63447d58368442e103f930f8766696678bc1f778 /crypto/Kconfig | |
parent | 400c40cf78da00c16e561a3a253ca272455c42ef (diff) |
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/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 67275b7f176d..e74cecadef70 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -1552,6 +1552,15 @@ config CRYPTO_USER_API_RNG | |||
1552 | This option enables the user-spaces interface for random | 1552 | This option enables the user-spaces interface for random |
1553 | number generator algorithms. | 1553 | number generator algorithms. |
1554 | 1554 | ||
1555 | config CRYPTO_USER_API_AEAD | ||
1556 | tristate "User-space interface for AEAD cipher algorithms" | ||
1557 | depends on NET | ||
1558 | select CRYPTO_AEAD | ||
1559 | select CRYPTO_USER_API | ||
1560 | help | ||
1561 | This option enables the user-spaces interface for AEAD | ||
1562 | cipher algorithms. | ||
1563 | |||
1555 | config CRYPTO_HASH_INFO | 1564 | config CRYPTO_HASH_INFO |
1556 | bool | 1565 | bool |
1557 | 1566 | ||