RE: [EXT] [PATCH v2] test/crypto: add further ZUC testcases

2023-01-05 Thread Akhil Goyal
> Acked-by: Tejasree Kondoj > > > Previously no ZUC decryption only or hash verify testcases existed, only > > encryption and authentication. > > This commit adds testcases for ZUC 128 and 256 decryption, and hash verify. > > > > Signed-off-by: Ciara Power > > > > --- > > v2: fixed variable init

RE: [EXT] [PATCH v2] test/crypto: add further ZUC testcases

2023-01-04 Thread Tejasree Kondoj
Acked-by: Tejasree Kondoj > -Original Message- > From: Ciara Power > Sent: Wednesday, December 21, 2022 7:56 PM > To: Akhil Goyal ; Fan Zhang > > Cc: dev@dpdk.org; kai...@intel.com; Ciara Power > Subject: [EXT] [PATCH v2] test/crypto: add further ZUC testcase

[PATCH v2] test/crypto: add further ZUC testcases

2022-12-21 Thread Ciara Power
Previously no ZUC decryption only or hash verify testcases existed, only encryption and authentication. This commit adds testcases for ZUC 128 and 256 decryption, and hash verify. Signed-off-by: Ciara Power --- v2: fixed variable initialisation. --- app/test/test_cryptodev.c | 446 +