Hi Ashwin, There is duplication of OPENSSL_VERSION_NUMBER check in v4, right before process_openssl_auth_mac(). Are you planning to enable CMAC unit test case in cryptodev_openssl_autotest ?
Regards Kai > -----Original Message----- > From: Ashwin Sekhar T K <[email protected]> > Sent: Monday, July 18, 2022 10:19 AM > To: [email protected] > Cc: [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Zhang, Roy Fan <[email protected]>; > [email protected]; [email protected] > Subject: [PATCH v4 0/1] crypto/openssl: add aes cmac support > > Add support for aes cmac operations. > > v2: > * Added support for openssl 3.0 > v3: > * Fixed checkpatch warnings. > v4: > * Fixed more checkpatch warnings. > > Ashwin Sekhar T K (1): > crypto/openssl: support aes cmac operations > > drivers/crypto/openssl/openssl_pmd_private.h | 14 ++ > drivers/crypto/openssl/rte_openssl_pmd.c | 142 ++++++++++++++++++- > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 20 +++ > 3 files changed, 169 insertions(+), 7 deletions(-) > > -- > 2.25.1

