crypto: octeontx2 - set assoclen in aead_do_fallback()
authorOvidiu Panait <ovidiu.panait@windriver.com>
Sun, 10 Oct 2021 16:36:42 +0000 (19:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Nov 2021 18:16:33 +0000 (19:16 +0100)
commitb208436e229bd117af010701336341af9dc539d3
tree6fe337073146cb85b49ae6d3cec5be0168c2e9b1
parent300ae3a5e88421fc4456ca2cf9bd37cbf1dad12d
crypto: octeontx2 - set assoclen in aead_do_fallback()

[ Upstream commit 06f6e365e2ecf799c249bb464aa9d5f055e88b56 ]

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: 6f03f0e8b6c8 ("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>
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c