crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCM
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Apr 2014 12:40:04 +0000 (20:40 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2014 12:40:04 +0000 (20:40 +0800)
This adds test cases for SHA-1, SHA-224, SHA-256 and AES-CCM with an input size
that is an exact multiple of the block size. The reason is that some
implementations use a different code path for these cases.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.h

Simple merge