[PATCH] app/test: update EdDSA test vector description

2025-06-15 Thread Sucharitha Sarananaga
Changed the message parameter from 1 to 3 in the EdDSA 25519PH test vector description. Fixes: 2fba5232e77e ("test/crypto: add asymmetric EdDSA cases") Cc: sta...@dpdk.org Signed-off-by: Sucharitha Sarananaga --- app/test/test_cryptodev_eddsa_test_vectors.h | 2 +- 1 file changed, 1

[PATCH v3] app/crypto-perf: add support for RSA decrypt

2025-06-15 Thread Sucharitha Sarananaga
This patch enables support for RSA decrypt and verify operations and added cipher and sign test vectors. v2: * Added macro for buffer size * Fixed RSA sign buffer corruption v3: * Restrict default public key usage * Use a common for all RSA crypto operations Signed-off-by: Sucharitha Sarananaga

[PATCH v2] app/crypto-perf: add support for RSA decrypt

2025-06-05 Thread Sucharitha Sarananaga
This patch enables support for RSA decrypt and verify operations and added cipher and sign test vectors. v2: * Added macro for buffer size * Fixed RSA sign buffer corruption Signed-off-by: Sucharitha Sarananaga --- app/test-crypto-perf/cperf_ops.c | 28 +- app/test-crypto-perf

[PATCH] app/crypto-perf: add support for RSA decrypt

2025-06-03 Thread Sucharitha Sarananaga
This patch enables support for RSA decrypt and verify operations and added cipher and sign test vectors. Signed-off-by: Sucharitha Sarananaga --- app/test-crypto-perf/cperf_ops.c | 25 +- app/test-crypto-perf/cperf_test_vectors.c | 536 ++ app/test-crypto-perf