Re: [dpdk-dev] [PATCH v2 3/3] test/crypto: check for rsa key type feature flag

2019-03-17 Thread Akhil Goyal
Hi Ayuj, On 2/27/2019 7:03 PM, Ayuj Verma wrote: > Check for RSA private key type feature flag in > private key operations > > Signed-off-by: Ayuj Verma > Signed-off-by: Shally Verma > --- > test/test/test_cryptodev_asym.c | 26 ++ > 1 file changed, 26 insertions(+) P

[dpdk-dev] [PATCH v2 3/3] test/crypto: check for rsa key type feature flag

2019-02-27 Thread Ayuj Verma
Check for RSA private key type feature flag in private key operations Signed-off-by: Ayuj Verma Signed-off-by: Shally Verma --- test/test/test_cryptodev_asym.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/test/test/test_cryptodev_asym.c b/test/test/test_crypto