DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] support stream cipher chained operations
@ 2022-06-17  7:36 Tejasree Kondoj
  2022-06-17  7:36 ` [PATCH 1/4] crypto/cnxk: fix CMAC IV Tejasree Kondoj
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Tejasree Kondoj @ 2022-06-17  7:36 UTC (permalink / raw)
  To: Akhil Goyal, Fan Zhang; +Cc: Anoob Joseph, Ankur Dwivedi, dev

This series adds support for zuc, snow3g and
aes-ctr-cmac chained operations in cn9k PMD
and autotest application.

Tejasree Kondoj (4):
  crypto/cnxk: fix CMAC IV
  crypto/cnxk: support stream cipher chained operations
  crypto/cnxk: support scatter gather mode
  app/test: add additional stream cipher tests

 app/test/test_cryptodev.c                     | 432 ++++++++++++++++++
 app/test/test_cryptodev_mixed_test_vectors.h  | 194 ++++++++
 app/test/test_cryptodev_snow3g_test_vectors.h | 137 ++++++
 app/test/test_cryptodev_zuc_test_vectors.h    |  77 ++++
 drivers/common/cnxk/roc_se.c                  | 271 ++++++++---
 drivers/common/cnxk/roc_se.h                  |  74 ++-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c      |  69 ++-
 drivers/crypto/cnxk/cnxk_se.h                 | 344 ++++++++++++--
 8 files changed, 1484 insertions(+), 114 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-28 12:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17  7:36 [PATCH 0/4] support stream cipher chained operations Tejasree Kondoj
2022-06-17  7:36 ` [PATCH 1/4] crypto/cnxk: fix CMAC IV Tejasree Kondoj
2022-06-17  7:36 ` [PATCH 2/4] crypto/cnxk: support stream cipher chained operations Tejasree Kondoj
2022-06-17  7:36 ` [PATCH 3/4] crypto/cnxk: support scatter gather mode Tejasree Kondoj
2022-06-17  7:36 ` [PATCH 4/4] app/test: add additional stream cipher tests Tejasree Kondoj
2022-06-20 12:30   ` [PATCH v2] " Tejasree Kondoj
2022-06-21 12:51     ` Akhil Goyal
2022-06-21 14:27       ` Power, Ciara
2022-06-23  6:19         ` Tejasree Kondoj
2022-06-23 13:41     ` [PATCH v3] " Tejasree Kondoj
2022-06-23 18:19       ` [PATCH v4] " Tejasree Kondoj
2022-06-28 12:07         ` Power, Ciara
2022-06-28 12:15           ` 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).