[PATCH v2 1/2] crypto/ipsec_mb: add SM4 GCM support

2025-01-13 Thread Brian Dooley
Added SM4-GCM tests for the AESNI MB PMD. Signed-off-by: Brian Dooley --- app/test/test_cryptodev.c | 158 + app/test/test_cryptodev_aead_test_vectors.h | 708 2 files changed, 866 insertions(+) diff --git a/app/test/test_cryptodev.c b/app/test/test_cr

[PATCH v2 1/2] crypto/ipsec_mb: add SM4 GCM support

2025-01-13 Thread Brian Dooley
This patch introduces SM4 GCM algorithm support to the AESNI_MB PMD. SM4 GCM is available in the v2.0 release of Intel IPsec MB. Signed-off-by: Brian Dooley --- v2: Added aad to cpu job params Added ipsec mb version checks --- doc/guides/cryptodevs/aesni_mb.rst | 1 + d