Hi Sagar, > -----Original Message----- > From: dev <[email protected]> On Behalf Of Vidya Sagar Velumuri > Sent: Wednesday, November 3, 2021 6:55 AM > To: [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Zhang, Roy Fan > <[email protected]> > Cc: [email protected] > 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 <[email protected]>
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

