commit | a28091ae170cd06695bf461905c5b97a165633ba | [log] [tgz] |
---|---|---|
author | Andrew Donofrio <linuxbugzilla@kriptik.org> | Sun Dec 10 12:10:20 2006 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Feb 07 09:20:58 2007 +1100 |
tree | 803dc9a817188d82c33c14b338da6a531ba30299 | |
parent | fb469840b8c34b2f95b40a64b271f245cc1075b7 [diff] |
[CRYPTO] tcrypt: Added test vectors for sha384/sha512 This patch adds tests for SHA384 HMAC and SHA512 HMAC to the tcrypt module. Test data was taken from RFC4231. This patch is a follow-up to the discovery (bug 7646) that the kernel SHA384 HMAC implementation was not generating proper SHA384 HMACs. Signed-off-by: Andrew Donofrio <linuxbugzilla@kriptik.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>