DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] test/crypto: add ZUC256 chained tests
@ 2023-03-01 16:39 Ciara Power
  2023-03-01 16:39 ` [PATCH 1/5] test/crypto: improve readability of ZUC256 tests Ciara Power
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Ciara Power @ 2023-03-01 16:39 UTC (permalink / raw)
  Cc: dev, kai.ji, pablo.de.lara.guarch, Ciara Power

This patchset adds chained testcases for each ZUC256 digest size:
 - cipher-auth
 - auth-cipher
 - auth-cipher-verify

 To add these tests, some improvements were made to the existing code,
 allowing for the user to easily differentiate ZUC256 and ZUC128 tests.

 Some fixes are also included, that were highlighted when these new tests
 were added. 

Ciara Power (5):
  test/crypto: improve readability of ZUC256 tests
  test/crypto: fix ZUC digest length in comparison
  test/crypto: fix auth op parameter for ZUC256 tests
  test/crypto: fix capability check for ZUC cipher auth
  test/crypto: add chained ZUC256 testcases

 app/test/test_cryptodev.c                  | 280 +++++---
 app/test/test_cryptodev_zuc_test_vectors.h | 714 +++++++++++++++++++++
 2 files changed, 913 insertions(+), 81 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-03-14 10:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 16:39 [PATCH 0/5] test/crypto: add ZUC256 chained tests Ciara Power
2023-03-01 16:39 ` [PATCH 1/5] test/crypto: improve readability of ZUC256 tests Ciara Power
2023-03-01 16:39 ` [PATCH 2/5] test/crypto: fix ZUC digest length in comparison Ciara Power
2023-03-01 16:39 ` [PATCH 3/5] test/crypto: fix auth op parameter for ZUC256 tests Ciara Power
2023-03-01 16:39 ` [PATCH 4/5] test/crypto: fix capability check for ZUC cipher auth Ciara Power
2023-03-01 16:39 ` [PATCH 5/5] test/crypto: add chained ZUC256 testcases Ciara Power
2023-03-02  9:56   ` De Lara Guarch, Pablo
2023-03-02 10:07 ` [PATCH 0/5] test/crypto: add ZUC256 chained tests Dooley, Brian
2023-03-03  9:38 ` [PATCH v2 " Ciara Power
2023-03-03  9:38   ` [PATCH v2 1/5] test/crypto: improve readability of ZUC256 tests Ciara Power
2023-03-03  9:38   ` [PATCH v2 2/5] test/crypto: fix ZUC digest length in comparison Ciara Power
2023-03-03  9:38   ` [PATCH v2 3/5] test/crypto: fix auth op parameter for ZUC256 tests Ciara Power
2023-03-03  9:38   ` [PATCH v2 4/5] test/crypto: fix capability check for ZUC cipher auth Ciara Power
2023-03-03  9:38   ` [PATCH v2 5/5] test/crypto: add chained ZUC256 testcases Ciara Power
2023-03-03 16:37   ` [EXT] [PATCH v2 0/5] test/crypto: add ZUC256 chained tests Tejasree Kondoj
2023-03-06  9:32   ` De Lara Guarch, Pablo
2023-03-14 10:27     ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).