crypto: simd - correctly take reqsize of wrapped skcipher into account
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 8 Nov 2018 22:55:16 +0000 (23:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Dec 2018 08:37:32 +0000 (09:37 +0100)
commitc587ba480e12c6efdd81622fa1a3f865093dcbf5
tree9ae054dfbf87708531ef1e7fa1b4113a10c40377
parent49bcb0415da9112a60f30e6a94b7cc78c6c97257
crypto: simd - correctly take reqsize of wrapped skcipher into account

[ Upstream commit 508a1c4df085a547187eed346f1bfe5e381797f1 ]

The simd wrapper's skcipher request context structure consists
of a single subrequest whose size is taken from the subordinate
skcipher. However, in simd_skcipher_init(), the reqsize that is
retrieved is not from the subordinate skcipher but from the
cryptd request structure, whose size is completely unrelated to
the actual wrapped skcipher.

Reported-by: Qian Cai <cai@gmx.us>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Qian Cai <cai@gmx.us>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
crypto/simd.c