linux_dsm_epyc7002/drivers/crypto/cavium
Eric Biggers 0edf8593eb 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>
2019-04-18 22:15:04 +08:00
..
cpt crypto: cavium - remove bogus code handling cryptd 2019-04-18 22:15:04 +08:00
nitrox crypto: nitrox - Forbid 2-key 3DES in FIPS mode 2019-04-18 22:14:59 +08:00
zip crypto: zip - Make some functions static 2019-03-28 13:55:34 +08:00
Makefile crypto: zip - Add ThunderX ZIP driver core 2017-03-09 18:34:25 +08:00