RE: [EXT] [dpdk-dev v2 1/3] app/test: add diffie-hellman test cases

2023-06-23 Thread Gowrishankar Muthukrishnan
> diff --git a/app/test/test_cryptodev_asym.c b/app/test/test_cryptodev_asym.c > index 5b16dcab56..b9034b637a 100644 > --- a/app/test/test_cryptodev_asym.c > +++ b/app/test/test_cryptodev_asym.c > @@ -64,6 +64,39 @@ static uint32_t test_index; > > static struct crypto_testsuite_params_asym testsu

[dpdk-dev v2 1/3] app/test: add diffie-hellman test cases

2023-03-14 Thread Kai Ji
From: Arkadiusz Kusztal Added Diffie-Hellman tests. This tests adding possibility to check correctness of particular DH phases, which is not possible with current tests cases. Signed-off-by: Arkadiusz Kusztal Signed-off-by: Kai Ji --- app/test/test_cryptodev_asym.c| 264 ++