aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 7ad9711eec98..0d89f77428e5 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -220,6 +220,13 @@ config CRYPTO_GCM
220 Support for Galois/Counter Mode (GCM) and Galois Message 220 Support for Galois/Counter Mode (GCM) and Galois Message
221 Authentication Code (GMAC). Required for IPSec. 221 Authentication Code (GMAC). Required for IPSec.
222 222
223config CRYPTO_CCM
224 tristate "CCM support"
225 select CRYPTO_CTR
226 select CRYPTO_AEAD
227 help
228 Support for Counter with CBC MAC. Required for IPsec.
229
223config CRYPTO_CRYPTD 230config CRYPTO_CRYPTD
224 tristate "Software async crypto daemon" 231 tristate "Software async crypto daemon"
225 select CRYPTO_BLKCIPHER 232 select CRYPTO_BLKCIPHER