RE: [EXT] [PATCH v6 4/4] test/cryptodev: add tests for GCM with AAD

2024-02-29 Thread Power, Ciara
> -Original Message- > From: Akhil Goyal > Sent: Thursday, February 29, 2024 3:52 PM > To: Nayak, Nishikanta ; dev@dpdk.org > Cc: Power, Ciara ; Ji, Kai ; Kusztal, > ArkadiuszX ; S Joshi, Rakesh > ; Fan Zhang > Subject: RE: [EXT] [PATCH v6 4/4] test/cryptodev

RE: [EXT] [PATCH v6 4/4] test/cryptodev: add tests for GCM with AAD

2024-02-29 Thread Akhil Goyal
> Adding one new unit test code for validating the features > added as part of GCM with 64 byte AAD. > The new test case adds one new test for GCM algo for both > encrypt and decrypt operations. > > Signed-off-by: Nishikant Nayak > Acked-by: Ciara Power > --- What is the need for this new test v

[PATCH v6 4/4] test/cryptodev: add tests for GCM with AAD

2024-02-28 Thread Nishikant Nayak
Adding one new unit test code for validating the features added as part of GCM with 64 byte AAD. The new test case adds one new test for GCM algo for both encrypt and decrypt operations. Signed-off-by: Nishikant Nayak Acked-by: Ciara Power --- v2: - Removed unused code. - Added one new u