Re: [dpdk-dev] [PATCH] crypto/cnxk: fix bus error on RSA verify

2021-10-31 Thread Akhil Goyal
> > From: Kiran Kumar K > > > > 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-

Re: [dpdk-dev] [PATCH] crypto/cnxk: fix bus error on RSA verify

2021-10-24 Thread Anoob Joseph
> From: Kiran Kumar K > > 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 Kum

[dpdk-dev] [PATCH] crypto/cnxk: fix bus error on RSA verify

2021-10-24 Thread kirankumark
From: Kiran Kumar K 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 --- drivers