Re: [dpdk-dev] [PATCH] test/crypto: add a check in decryption with digest test case

2021-02-04 Thread Akhil Goyal
> Some platforms may not support operations on encrypted digest, > So in this patch adding a check for such test cases. > > Signed-off-by: Gagandeep Singh > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH] test/crypto: add a check in decryption with digest test case

2021-02-03 Thread Gagandeep Singh
Some platforms may not support operations on encrypted digest, So in this patch adding a check for such test cases. Signed-off-by: Gagandeep Singh --- app/test/test_cryptodev.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c i