RE: [PATCH] test/crypto: add ext mbuf test for aes-gcm aead algo

2024-02-29 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: add ext mbuf test for aes-gcm aead algo > > Add external mbuf test for AES GCM aead algo. > > Signed-off-by: Aakash Sasidharan Applied to dpdk-next-crypto Thanks.

RE: [PATCH] test/crypto: add ext mbuf test for aes-gcm aead algo

2023-12-06 Thread Anoob Joseph
> > Add external mbuf test for AES GCM aead algo. > > Signed-off-by: Aakash Sasidharan Acked-by: Anoob Joseph

[PATCH] test/crypto: add ext mbuf test for aes-gcm aead algo

2023-11-29 Thread Aakash Sasidharan
Add external mbuf test for AES GCM aead algo. Signed-off-by: Aakash Sasidharan --- app/test/test_cryptodev.c | 335 app/test/test_cryptodev_aead_test_vectors.h | 5 +- 2 files changed, 202 insertions(+), 138 deletions(-) diff --git a/app/test/test_crypto