Hi Sagar, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Vidya Sagar Velumuri > Sent: Wednesday, November 3, 2021 6:55 AM > To: adwiv...@marvell.com; ano...@marvell.com; ktejas...@marvell.com; > ndabilpu...@marvell.com; gak...@marvell.com; Zhang, Roy Fan > <roy.fan.zh...@intel.com> > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] test/crypto: fix: test vectors for zuc 256 bit > key > > Fix the test vectors added for zuc 256-bit key Add known vectores form ZUC 256 > RFC. > > Fixes: fa5bf9345d4e (test/crypto: add ZUC cases with 256-bit keys) > > Signed-off-by: Vidya Sagar Velumuri <vvelum...@marvell.com>
Thanks for these new vectors. Looks like they pass for us. However, I notice that your driver still has 24-byte IV capability for ZUC, instead of 25 bytes. Is this OK for you? I added some code to check if the IV of a test vector is supported by a device. Thanks, Pablo