RE: [PATCH v5 1/1] crypto/openssl: support aes cmac operations

2022-08-26 Thread Akhil Goyal
> > Subject: [PATCH v5 1/1] crypto/openssl: support aes cmac operations > > > > Extend openssl crypto PMD to support AES CMAC operations. > > > > Signed-off-by: Ashwin Sekhar T K > > --- > Acked-by: Kai Ji Applied to dpdk-next-crypto Thanks.

RE: [PATCH v5 1/1] crypto/openssl: support aes cmac operations

2022-07-18 Thread Ji, Kai
arvell.com; pbhagavat...@marvell.com; > psathe...@marvell.com; Zhang, Roy Fan ; > sk...@marvell.com; skotesh...@marvell.com > Subject: [PATCH v5 1/1] crypto/openssl: support aes cmac operations > > Extend openssl crypto PMD to support AES CMAC operations. > > Signed-off-by: Ashwin Sekhar T K > --- Acked-by: Kai Ji

[PATCH v5 1/1] crypto/openssl: support aes cmac operations

2022-07-18 Thread Ashwin Sekhar T K
Extend openssl crypto PMD to support AES CMAC operations. Signed-off-by: Ashwin Sekhar T K --- drivers/crypto/openssl/openssl_pmd_private.h | 14 ++ drivers/crypto/openssl/rte_openssl_pmd.c | 138 ++- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 20 +++ 3 files changed, 1