diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2019-05-27 17:51:01 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-06-06 09:38:56 +0300 |
commit | b926213d6fede9c9427d7c12eaf7d9f0895deb4e (patch) | |
tree | cc1b5e95239688d50027b31d549194eedda3bfc1 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | aa52428698aeb1c1d4ebb7c3e9de3e7bdce25704 (diff) | |
download | linux-b926213d6fede9c9427d7c12eaf7d9f0895deb4e.tar.xz |
crypto: inside-secure - fix zeroing of the request in ahash_exit_inv
A request is zeroed in safexcel_ahash_exit_inv(). This request total
size is EIP197_AHASH_REQ_SIZE while the memset zeroing it uses
sizeof(struct ahash_request), which happens to be less than
EIP197_AHASH_REQ_SIZE. This patch fixes it.
Fixes: f6beaea30487 ("crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support")
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions