[EXT] [PATCH v2 0/3] Add support for SHAKE

Akhil Goyal gakhil at marvell.com
Tue Jan 31 09:10:58 CET 2023


> This series defines new enums for SHAKE128 and SHAKE256 authentication
> algorithms and implements support for CNXK crypto PMD.
> 
> v2:
> - rebased for dpdk-next-crypto
> 
> 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(-)
> 
Series Acked-by: Akhil Goyal <gakhil at marvell.com>

Applied to dpdk-next-crypto
Added release notes. Please make sure to add it in future.


More information about the dev mailing list