commit | cdc694699af1baf21b3281f6fe1cb6c8ef5a9d48 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Feb 14 00:03:52 2019 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 22 12:47:27 2019 +0800 |
tree | fcc947325545397a436bf8e7081ac8cd49d4e9eb | |
parent | 8efd972ef96a3f77ded9a838005d49efa9a96243 [diff] |
crypto: testmgr - add iv_out to all CBC test vectors Test that all CBC implementations update the IV buffer to contain the last ciphertext block, aka the IV to continue the encryption/decryption of a larger message. Users may rely on this for chaining. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>