RE: [EXTERNAL] [PATCH v1 3/3] crypto/ipsec_mb: add SM4 algorithm support

2024-09-17 Thread Akhil Goyal
> This patch introduces SM4 algorithm support to the AESNI_MB PMD. > > Signed-off-by: Brian Dooley > --- > drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 22 ++ > drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h | 47 + > 2 files changed, 69 insertions(+) Update correspond

[PATCH v1 3/3] crypto/ipsec_mb: add SM4 algorithm support

2024-09-06 Thread Brian Dooley
This patch introduces SM4 algorithm support to the AESNI_MB PMD. Signed-off-by: Brian Dooley --- drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 22 ++ drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h | 47 + 2 files changed, 69 insertions(+) diff --git a/drivers/crypto/ips