mbox series

[0/2] support block cipher DIGEST_ENCRYPTED mode

Message ID 20210315102950.30781-1-ktejasree@marvell.com (mailing list archive)
Headers
Series support block cipher DIGEST_ENCRYPTED mode |

Message

Tejasree Kondoj March 15, 2021, 10:29 a.m. UTC
  This series adds support for block cipher DIGEST_ENCRYPTED mode in
OCTEON TX, OCTEON TX2 PMDs and sample unit test application.

Tejasree Kondoj (2):
  common/cpt: support DIGEST_ENCRYPTED mode
  test/crypto: support block cipher DIGEST_ENCRYPTED mode

 app/test/test_cryptodev_aes_test_vectors.h    | 589 ++++++++++++++++++
 app/test/test_cryptodev_blockcipher.c         |  95 ++-
 app/test/test_cryptodev_blockcipher.h         |  10 +
 doc/guides/cryptodevs/features/octeontx.ini   |   1 +
 doc/guides/cryptodevs/features/octeontx2.ini  |   1 +
 doc/guides/rel_notes/release_21_05.rst        |   8 +
 drivers/common/cpt/cpt_mcode_defines.h        |   7 +-
 drivers/common/cpt/cpt_ucode.h                |  42 +-
 drivers/crypto/octeontx/otx_cryptodev_ops.c   |  11 +-
 drivers/crypto/octeontx2/otx2_cryptodev.c     |   3 +-
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c |   8 +-
 11 files changed, 749 insertions(+), 26 deletions(-)
  

Comments

Anoob Joseph March 16, 2021, 5:40 a.m. UTC | #1
Series Acked-by: Anoob Joseph <anoobj@marvell.com>

> 
> This series adds support for block cipher DIGEST_ENCRYPTED mode in
> OCTEON TX, OCTEON TX2 PMDs and sample unit test application.
> 
> Tejasree Kondoj (2):
>   common/cpt: support DIGEST_ENCRYPTED mode
>   test/crypto: support block cipher DIGEST_ENCRYPTED mode
> 
>  app/test/test_cryptodev_aes_test_vectors.h    | 589
> ++++++++++++++++++
>  app/test/test_cryptodev_blockcipher.c         |  95 ++-
>  app/test/test_cryptodev_blockcipher.h         |  10 +
>  doc/guides/cryptodevs/features/octeontx.ini   |   1 +
>  doc/guides/cryptodevs/features/octeontx2.ini  |   1 +
>  doc/guides/rel_notes/release_21_05.rst        |   8 +
>  drivers/common/cpt/cpt_mcode_defines.h        |   7 +-
>  drivers/common/cpt/cpt_ucode.h                |  42 +-
>  drivers/crypto/octeontx/otx_cryptodev_ops.c   |  11 +-
>  drivers/crypto/octeontx2/otx2_cryptodev.c     |   3 +-
>  drivers/crypto/octeontx2/otx2_cryptodev_ops.c |   8 +-
>  11 files changed, 749 insertions(+), 26 deletions(-)
> 
> --
> 2.27.0