commit | 549f64153c354e69fc19534f7d7e867de1992f95 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Aug 14 14:28:15 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 22 14:45:48 2017 +0800 |
tree | a0160fca53266660375f18ea6ed79381739e0ba8 | |
parent | 4de437265eaac18f880d827f8e105b10de9b87a3 [diff] |
crypto: testmgr - add chunked test cases for chacha20 We failed to catch a bug in the chacha20 code after porting it to the skcipher API. We would have caught it if any chunked tests had been defined, so define some now so we will catch future regressions. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>