> -----Original Message-----
> From: Tejasree Kondoj <[email protected]>
> Sent: Thursday 23 June 2022 19:20
> To: Akhil Goyal <[email protected]>; Power, Ciara <[email protected]>;
> Zhang, Roy Fan <[email protected]>
> Cc: Anoob Joseph <[email protected]>; Ankur Dwivedi
> <[email protected]>; [email protected]
> Subject: [PATCH v4] app/test: add additional stream cipher tests
>
> Adding zuc, snow3g and aes-ctr-cmac auth-cipher test vectors with same auth
> and cipher offsets and total digest data encrypted.
> Existing tests have different cipher and auth offsets and partial or no digest
> encrypted.
>
> Signed-off-by: Tejasree Kondoj <[email protected]>
> ---
> v4:
> * Set last 3 bytes of IV to zero in each 8 byte block
>
> v3:
> * Modified IV of test vectors as per specification
>
> v2:
> * Removed cn9k PMD checks
>
> app/test/test_cryptodev.c | 270 ++++++++++++++++++
> app/test/test_cryptodev_mixed_test_vectors.h | 194 +++++++++++++
> app/test/test_cryptodev_snow3g_test_vectors.h | 67 +++++
> app/test/test_cryptodev_zuc_test_vectors.h | 77 +++++
> 4 files changed, 608 insertions(+)
Thanks for updating those vectors to match spec.
Acked-by: Ciara Power <[email protected]>