Re: [dpdk-dev] [PATCH v2] test/crypto: fix: test vectors for zuc 256 bit key
From: De Lara Guarch, Pablo <hidden>
Date: 2021-11-03 09:28:18
From: De Lara Guarch, Pablo <hidden>
Date: 2021-11-03 09:28:18
Hi Sagar,
-----Original Message----- From: dev <redacted> On Behalf Of Vidya Sagar Velumuri Sent: Wednesday, November 3, 2021 6:55 AM To: adwivedi@marvell.com; anoobj@marvell.com; ktejasree@marvell.com; ndabilpuram@marvell.com; gakhil@marvell.com; Zhang, Roy Fan [off-list ref] 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 <redacted>
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