mbox

[0/4] support stream cipher chained operations

Message ID 20220617073604.889403-1-ktejasree@marvell.com (mailing list archive)
Headers

Message

Tejasree Kondoj June 17, 2022, 7:36 a.m. UTC
  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(-)