DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for SHAKE
@ 2023-01-04 14:38 Volodymyr Fialko
  2023-01-04 14:38 ` [PATCH 1/3] cryptodev: add SHAKE algorithm Volodymyr Fialko
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Volodymyr Fialko @ 2023-01-04 14:38 UTC (permalink / raw)
  To: dev; +Cc: jerinj, anoobj, gakhil, Volodymyr Fialko

This series defines new enums for SHAKE128 and SHAKE256 authentication
algorithms and implements support for CNXK crypto PMD.

Depends-on: 26375 ("cryptodev: add algo enums to string conversion APIs")

Volodymyr Fialko (3):
  cryptodev: add SHAKE algorithm
  app/test: add SHAKE test cases
  crypto/cnxk: add support for SHAKE hash

 app/test/test_cryptodev_hash_test_vectors.h   | 66 +++++++++++++++++++
 doc/guides/cryptodevs/cnxk.rst                |  2 +
 doc/guides/cryptodevs/features/cn10k.ini      |  2 +
 doc/guides/cryptodevs/features/cn9k.ini       |  2 +
 doc/guides/cryptodevs/features/default.ini    |  2 +
 drivers/common/cnxk/roc_se.h                  |  4 +-
 drivers/crypto/cnxk/cnxk_cryptodev.h          |  2 +-
 .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 40 +++++++++++
 drivers/crypto/cnxk/cnxk_se.h                 | 15 +++++
 lib/cryptodev/rte_crypto_sym.h                |  7 +-
 lib/cryptodev/rte_cryptodev.c                 |  5 +-
 11 files changed, 142 insertions(+), 5 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-01-31  8:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 14:38 [PATCH 0/3] Add support for SHAKE Volodymyr Fialko
2023-01-04 14:38 ` [PATCH 1/3] cryptodev: add SHAKE algorithm Volodymyr Fialko
2023-01-04 14:38 ` [PATCH 2/3] app/test: add SHAKE test cases Volodymyr Fialko
2023-01-04 14:38 ` [PATCH 3/3] crypto/cnxk: add support for SHAKE hash Volodymyr Fialko
2023-01-12 10:47 ` [PATCH v2 0/3] Add support for SHAKE Volodymyr Fialko
2023-01-12 10:47   ` [PATCH v2 1/3] cryptodev: add SHAKE algorithm Volodymyr Fialko
2023-01-30 19:24     ` Akhil Goyal
2023-01-12 10:47   ` [PATCH v2 2/3] app/test: add SHAKE test cases Volodymyr Fialko
2023-01-30 19:25     ` Akhil Goyal
2023-01-12 10:47   ` [PATCH v2 3/3] crypto/cnxk: add support for SHAKE hash Volodymyr Fialko
2023-01-31  8:10   ` [EXT] [PATCH v2 0/3] Add support for SHAKE 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).