commit | 4585988f838605e34194a4a8121b64c7039adba9 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Apr 16 20:40:04 2014 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 16 20:40:04 2014 +0800 |
tree | 0c64f093a6c5c842ebf8b375cb98b8df1f7c60c9 | |
parent | 7ded6e3d1bf5f83786753d1e0556a5c9711ced8a [diff] |
crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCM 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>