crypto: testmgr - Add self-tests for rfc4309(ccm(aes))
authorJarod Wilson <jarod@redhat.com>
Mon, 4 May 2009 11:23:40 +0000 (19:23 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 2 Jun 2009 04:04:36 +0000 (14:04 +1000)
commit5d667322a25ab4ecb91176db118fd663fee4da35
tree0dea05fd2e59b7854370a871fb8f9bb30e5ed94e
parente44a1b44c3a9794236fe038b89a0fbef5adcd523
crypto: testmgr - Add self-tests for rfc4309(ccm(aes))

Add an array of encryption and decryption + verification self-tests
for rfc4309(ccm(aes)).

Test vectors all come from sample FIPS CAVS files provided to
Red Hat by a testing lab. Unfortunately, all the published sample
vectors in RFC 3610 and NIST Special Publication 800-38C contain nonce
lengths that the kernel's rfc4309 implementation doesn't support, so
while using some public domain vectors would have been preferred, its
not possible at this time.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c
crypto/testmgr.c
crypto/testmgr.h