RE: [PATCH] test/crypto: fix return value in RSA test

2025-05-21 Thread Akhil Goyal
Cc: sta...@dpdk.org > Subject: [PATCH] test/crypto: fix return value in RSA test > > This patch fixes incorrect return value when RSA negative > test scenario is validated. > > Coverity-issue: 457463 > Fixes: 9682e8246ae ("test/crypto: add negative case for RSA verific

RE: [PATCH] test/crypto: fix return value in RSA test

2025-05-21 Thread Akhil Goyal
> This patch fixes incorrect return value when RSA negative > test scenario is validated. > > Coverity-issue: 457463 > Fixes: 9682e8246ae ("test/crypto: add negative case for RSA verification") > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Akhil Goyal Applied to dpdk-next-crypto Than

[PATCH] test/crypto: fix return value in RSA test

2025-05-15 Thread Gowrishankar Muthukrishnan
This patch fixes incorrect return value when RSA negative test scenario is validated. Coverity-issue: 457463 Fixes: 9682e8246ae ("test/crypto: add negative case for RSA verification") Signed-off-by: Gowrishankar Muthukrishnan --- app/test/test_cryptodev_asym.c | 1 + 1 file changed, 1 insertion