crypto: x86/aria - add keystream array into request ctx
authorTaehee Yoo <ap420073@gmail.com>
Sun, 1 Jan 2023 09:12:49 +0000 (09:12 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Jan 2023 09:15:47 +0000 (17:15 +0800)
commit8e7d7ce2e3947013a7b12452db42cb73021e13a0
treed35d460c72e4e962d72303516270ad0958da80e3
parent91dfd98216d817ec5f1c55890bacb7b4fe9b068a
crypto: x86/aria - add keystream array into request ctx

avx accelerated aria module used local keystream array.
But, keystream array size is too big.
So, it puts the keystream array into request ctx.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/aria_aesni_avx_glue.c