summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorJoy Latten <latten@austin.ibm.com>2007-12-12 20:25:13 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-01-11 08:16:53 +1100
commit66e98f731b041ee313ca32d2aa2cae8057ce3a8c (patch)
tree420cd07c9fcf44de4f59c750f0ac7680979f9c93 /crypto/Kconfig
parentc478ebd49edd97f1133bc099288a24d0141f00f1 (diff)
downloadlinux-crypto-66e98f731b041ee313ca32d2aa2cae8057ce3a8c.tar.gz
linux-crypto-66e98f731b041ee313ca32d2aa2cae8057ce3a8c.zip
[CRYPTO] ccm: Added CCM mode
This patch adds Counter with CBC-MAC (CCM) support. RFC 3610 and NIST Special Publication 800-38C were referenced. Signed-off-by: Joy Latten <latten@austin.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
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 7ad9711e..0d89f774 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -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