crypto: cavium - remove bogus code handling cryptd
authorEric Biggers <ebiggers@google.com>
Sat, 13 Apr 2019 04:25:31 +0000 (21:25 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 18 Apr 2019 14:15:04 +0000 (22:15 +0800)
commit0edf8593eb0985c88aa668b00befcdc1183d004d
tree0a4ab720a812938442bde197429b5b8ad183b353
parent0a877e354a2c09435c8aea3fd2188cdef3c149f7
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>
drivers/crypto/cavium/cpt/cptvf_algs.c