| commit | 93cc74e078eed8735585e5687903727bcfbcc8b4 | [log] [tgz] |
|---|---|---|
| author | Joy Latten <latten@austin.ibm.com> | Wed Dec 12 20:24:22 2007 +0800 |
| committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:53 2008 +1100 |
| tree | 6251899d3f904ab7a8498a23aed4086b5fb12261 | |
| parent | 4a49b499dfa0c9e42be6d6fdd771f3434c776278 [diff] |
[CRYPTO] tcrypt: Add CCM vectors This patch adds 7 test vectors to tcrypt for CCM. The test vectors are from rfc 3610. There are about 10 more test vectors in RFC 3610 and 4 or 5 more in NIST. I can add these as time permits. I also needed to set authsize. CCM has a prerequisite of authsize. Signed-off-by: Joy Latten <latten@austin.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>