[v5,0/2] Add Digest Encrypted to aesni_mb PMD

Message ID 20230905161507.1561889-1-brian.dooley@intel.com (mailing list archive)
Headers
Series Add Digest Encrypted to aesni_mb PMD |

Message

Brian Dooley Sept. 5, 2023, 4:15 p.m. UTC
  This series adds the Digest Encrypted feature to the AESNI_MB PMD.
It also fixes an issue where IV data in SNOW3G and ZUC algorithms
were incorrect and are required to be non-zero length.

v2:
Fixed CHECKPATCH warning
v3:
Add Digest encrypted support to docs
v4:
add comments and refactor
v5:
Fix checkpatch warnings

Brian Dooley (2):
  crypto/ipsec_mb: add digest encrypted feature
  test/crypto: fix IV in some vectors

 app/test/test_cryptodev_mixed_test_vectors.h |   8 +-
 doc/guides/cryptodevs/features/aesni_mb.ini  |   1 +
 drivers/crypto/ipsec_mb/pmd_aesni_mb.c       | 107 ++++++++++++++++++-
 3 files changed, 109 insertions(+), 7 deletions(-)
  

Comments

Brian Dooley Sept. 7, 2023, 10:26 a.m. UTC | #1
This series adds the Digest Encrypted feature to the AESNI_MB PMD.
It also fixes an issue where IV data in SNOW3G and ZUC algorithms
were incorrect and are required to be non-zero length.

v2:
Fixed CHECKPATCH warning
v3:
Add Digest encrypted support to docs
v4:
add comments and refactor
v5:
Fix checkpatch warnings
v6:
Add skipping tests for synchronous crypto

Brian Dooley (2):
  crypto/ipsec_mb: add digest encrypted feature
  test/crypto: fix IV in some vectors

 app/test/test_cryptodev_mixed_test_vectors.h |   8 +-
 doc/guides/cryptodevs/features/aesni_mb.ini  |   1 +
 drivers/crypto/ipsec_mb/pmd_aesni_mb.c       | 107 ++++++++++++++++++-
 3 files changed, 109 insertions(+), 7 deletions(-)