RE: [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD

2025-02-06 Thread Akhil Goyal
> Subject: [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD > > Include additional RSA tests for CNXK PMD. These tests validates > RSA operations using private key in exponent form. > > Signed-off-by: Gowrishankar Muthukrishnan Applied to dpdk-next-crypto Thanks.

RE: [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD

2025-01-23 Thread Anoob Joseph
> Subject: [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD > > Include additional RSA tests for CNXK PMD. These tests validates RSA > operations using private key in exponent form. > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Anoob Joseph

[PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD

2025-01-22 Thread Gowrishankar Muthukrishnan
Include additional RSA tests for CNXK PMD. These tests validates RSA operations using private key in exponent form. Signed-off-by: Gowrishankar Muthukrishnan --- app/test/test_cryptodev_asym.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/test/test_cryptodev_asym.c b/app/test/test_c