Re: [dpdk-dev] [PATCH] crypto/cnxk: fix bus error on RSA verify
From: Anoob Joseph <hidden>
Date: 2021-10-25 04:17:43
From: Anoob Joseph <hidden>
Date: 2021-10-25 04:17:43
From: Kiran Kumar K <redacted>
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 <redacted>
---
drivers/crypto/cnxk/cnxk_ae.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)Acked-by: Anoob Joseph <redacted>