RE: [EXTERNAL] [PATCH] crypto/qat: fix an unset length of modexp/inv

2024-11-06 Thread Akhil Goyal
> This commit fixes an unset length in modular algorithms > in QAT asymmetric crypto PMD. > > Fixes: 3b78aa7b2317 ("crypto/qat: refactor asymmetric crypto functions") > Cc: sta...@dpdk.org > > Signed-off-by: Arkadiusz Kusztal > --- Applied to dpdk-next-crypto Thanks.

[PATCH] crypto/qat: fix an unset length of modexp/inv

2024-10-31 Thread Arkadiusz Kusztal
This commit fixes an unset length in modular algorithms in QAT asymmetric crypto PMD. Fixes: 3b78aa7b2317 ("crypto/qat: refactor asymmetric crypto functions") Cc: sta...@dpdk.org Signed-off-by: Arkadiusz Kusztal --- drivers/crypto/qat/qat_asym.c | 2 ++ 1 file changed, 2 insertions(+) diff --g