RE: [PATCH v2] app/test: fix rsa tests in qat suite

2024-03-13 Thread Power, Ciara
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, March 13, 2024 9:14 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Power, Ciara ; Kusztal, > ArkadiuszX ; sta...@dpdk.org > Subject: [PATCH v2] app/test: fix rsa tests in qat suite > > Th

RE: [EXTERNAL] [PATCH v2] app/test: fix rsa tests in qat suite

2024-03-13 Thread Akhil Goyal
> This commit fixes incorrectly set keys in the > QAT testsuite for the RSA algorithm. > > Fixes: 9b5465867fb8 ("test/crypto: add RSA none padding cases") > Cc: sta...@dpdk.org > > Signed-off-by: Arkadiusz Kusztal > --- > v2: > - removed camel case Removing camel case should be a separate patch

[PATCH v2] app/test: fix rsa tests in qat suite

2024-03-13 Thread Arkadiusz Kusztal
This commit fixes incorrectly set keys in the QAT testsuite for the RSA algorithm. Fixes: 9b5465867fb8 ("test/crypto: add RSA none padding cases") Cc: sta...@dpdk.org Signed-off-by: Arkadiusz Kusztal --- v2: - removed camel case app/test/test_cryptodev_asym.c | 102 ++--