mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
b208436e22
[ Upstream commit06f6e365e2] Currently, in case of aead fallback, no associated data info is set in the fallback request. To fix this, call aead_request_set_ad() to pass the assoclen. Fixes:6f03f0e8b6("crypto: octeontx2 - register with linux crypto framework") Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Sasha Levin <sashal@kernel.org>