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

2023-09-07 Thread Brian Dooley
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 ch

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

2023-09-05 Thread Brian Dooley
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 ch