RE: [PATCH] test/crypto: fix cipher offset for ZUC tests

2022-06-21 Thread Akhil Goyal
> > The cipher offset in bits was not being used in ZUC encryption test > > functions > > when creating the operation, it was hardcoded to 0. > > This is fixed to use the offset from the test vector as intended. > > > > Fixes: fd01a9be38d5 ("test/crypto: move IV to crypto op private data") > > Cc:

RE: [PATCH] test/crypto: fix cipher offset for ZUC tests

2022-06-21 Thread Ji, Kai
> -Original Message- > From: Power, Ciara > Sent: Tuesday, June 21, 2022 12:42 PM > To: Akhil Goyal ; Zhang, Roy Fan > > Cc: dev@dpdk.org; Ji, Kai ; Power, Ciara > ; De Lara Guarch, Pablo > ; sta...@dpdk.org > Subject: [PATCH] test/crypto: fix cipher offset fo

[PATCH] test/crypto: fix cipher offset for ZUC tests

2022-06-21 Thread Ciara Power
The cipher offset in bits was not being used in ZUC encryption test functions when creating the operation, it was hardcoded to 0. This is fixed to use the offset from the test vector as intended. Fixes: fd01a9be38d5 ("test/crypto: move IV to crypto op private data") Cc: pablo.de.lara.gua...@intel.