diff options
author | 2019-04-12 21:25:31 -0700 | |
---|---|---|
committer | 2019-04-18 22:15:04 +0800 | |
commit | 0edf8593eb0985c88aa668b00befcdc1183d004d (patch) | |
tree | 0a4ab720a812938442bde197429b5b8ad183b353 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | crypto: cryptd - remove ability to instantiate ablkciphers (diff) | |
download | linux-dev-0edf8593eb0985c88aa668b00befcdc1183d004d.tar.xz linux-dev-0edf8593eb0985c88aa668b00befcdc1183d004d.zip |
crypto: cavium - remove bogus code handling cryptd
The cavium crypto driver adds 'sizeof(struct ablkcipher_request)' to its
request size because "the cryptd daemon uses this memory for request_ctx
information". This is incorrect and unnecessary; cryptd doesn't require
wrapped algorithms to reserve extra request space. So remove this.
Also remove the unneeded memset() of the tfm context to 0.
It's already zeroed on allocation.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions