[dpdk-dev] [PATCH 2/2] test/crypto: support block cipher DIGEST_ENCRYPTED mode

2021-03-15 Thread Tejasree Kondoj
Adding support for block cipher DIGEST_ENCRYPTED mode. Signed-off-by: Tejasree Kondoj --- app/test/test_cryptodev_aes_test_vectors.h | 589 + app/test/test_cryptodev_blockcipher.c | 95 +++- app/test/test_cryptodev_blockcipher.h | 10 + 3 files changed, 682 insert

Re: [dpdk-dev] [PATCH 2/2] test/crypto: support block cipher DIGEST_ENCRYPTED mode

2021-03-23 Thread Akhil Goyal
> @@ -2565,6 +3052,108 @@ static const struct blockcipher_test_case > aes_chain_test_cases[] = { > .op_mask = BLOCKCIPHER_TEST_OP_AUTH_VERIFY_DEC, > .feature_mask = BLOCKCIPHER_TEST_FEATURE_SESSIONLESS, > }, > + { > + .test_descr = "AES-128-CBC HMAC

Re: [dpdk-dev] [PATCH 2/2] test/crypto: support block cipher DIGEST_ENCRYPTED mode

2021-03-24 Thread Tejasree Kondoj
Hi Akhil, Please see inline. Thanks Tejasree > -Original Message- > From: Akhil Goyal > Sent: Wednesday, March 24, 2021 1:18 AM > To: Tejasree Kondoj ; Radu Nicolau > ; Fiona Trahe ; Fan Zhang > ; Arek Kusztal > Cc: Anoob Joseph ; Ankur Dwivedi > ; Jerin Jacob Kollanukkaran ; > dev@dpd