[CRYPTO] ccm: Added CCM mode
authorJoy Latten <latten@austin.ibm.com>
Wed, 12 Dec 2007 12:25:13 +0000 (20:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:53 +0000 (08:16 +1100)
commit4a49b499dfa0c9e42be6d6fdd771f3434c776278
treef9fe2be3cf378271dca62ba6e91f63a83604a051
parentd29ce988aeb459203c74f14747f4f77e1829ef78
[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>
crypto/Kconfig
crypto/Makefile
crypto/ccm.c [new file with mode: 0644]