commit | 3b9b8fe0ade1ee84ee4058261d2e39a1f283704b | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Sun Jul 27 19:18:50 2014 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 01 22:36:11 2014 +0800 |
tree | d7b818afca71c30af2f6834d84f1b3322506296c | |
parent | 4f74c3989b14338544b65360ca4f8587c63d7fd9 [diff] |
crypto: testmgr - use chunks smaller than algo block size in chunk tests This patch updates many of the chunked tcrypt test cases so that not all of the chunks are an exact multiple of the block size. This should help uncover cases where the residue passed to blkcipher_walk_done() is incorrect. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>