[CRYPTO] ccm: Added CCM mode
[deliverable/linux.git] / crypto / Kconfig
index 7ad9711eec98375bc225bbba1651a22dae957b5a..0d89f77428e5f062f2c51838e226852c6f062838 100644 (file)
@@ -220,6 +220,13 @@ config CRYPTO_GCM
          Support for Galois/Counter Mode (GCM) and Galois Message
          Authentication Code (GMAC). Required for IPSec.
 
+config CRYPTO_CCM
+       tristate "CCM support"
+       select CRYPTO_CTR
+       select CRYPTO_AEAD
+       help
+         Support for Counter with CBC MAC. Required for IPsec.
+
 config CRYPTO_CRYPTD
        tristate "Software async crypto daemon"
        select CRYPTO_BLKCIPHER
This page took 0.026599 seconds and 5 git commands to generate.