commit | fa353c99174e83ab59ab69ddbf923223b9e7ebbd | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Jan 31 23:51:49 2019 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 08 15:30:09 2019 +0800 |
tree | b8400f1764dc2f0577bbb0dcbe94c9347ec21e8f | |
parent | 4cc2dcf95f1c2849e489df91c07aee5f368a39f9 [diff] |
crypto: testmgr - check for skcipher_request corruption Check that algorithms do not change the skcipher_request structure, as users may rely on submitting the request again (e.g. after copying new data into the same source buffer) without reinitializing everything. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>