RE: [EXT] [dpdk-dev v4 1/4] crypto/openssl: 3.0 EVP update on HMAC routine

2022-06-21 Thread Akhil Goyal
> Subject: [EXT] [dpdk-dev v4 1/4] crypto/openssl: 3.0 EVP update on HMAC > routine Title should be Crypto/openssl: update HMAC routine with 3.0 EVP API > > This patch update the symmetric HMAC routine in crypto openssl > pmd to adopt openssl 3.0 EVP apis. > >

RE: [dpdk-dev v4 1/4] crypto/openssl: 3.0 EVP update on HMAC routine

2022-06-17 Thread Zhang, Roy Fan
> -Original Message- > From: Kai Ji > Sent: Tuesday, June 14, 2022 2:26 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai > Subject: [dpdk-dev v4 1/4] crypto/openssl: 3.0 EVP update on HMAC routine > > This patch update the symmetric HMAC routine in crypt

[dpdk-dev v4 1/4] crypto/openssl: 3.0 EVP update on HMAC routine

2022-06-14 Thread Kai Ji
This patch update the symmetric HMAC routine in crypto openssl pmd to adopt openssl 3.0 EVP apis. Signed-off-by: Kai Ji --- drivers/crypto/openssl/openssl_pmd_private.h | 4 + drivers/crypto/openssl/rte_openssl_pmd.c | 187 ++- 2 files changed, 181 insertions(+), 10 deletio