[dpdk-dev] [PATCH] crypto/cnxk: fix bus error on RSA verify
Akhil Goyal
gakhil at marvell.com
Sun Oct 31 20:37:49 CET 2021
> > From: Kiran Kumar K <kirankumark at marvell.com>
> >
> > While creating RSA session, private key length is not being calculated
> > properly. This is causing bus error on RSA verify.
> > This patch fix the issue with length calculation.
> >
> > Fixes: 5a3513caeb455 ("crypto/cnxk: add asymmetric session")
> >
> > Signed-off-by: Kiran Kumar K <kirankumark at marvell.com>
> > ---
> > drivers/crypto/cnxk/cnxk_ae.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
>
> Acked-by: Anoob Joseph <anoobj at marvell.com>
Cc:stable at dpdk.org
Applied to dpdk-next-crypto
Thanks.
More information about the dev
mailing list