[PATCH v4 0/1] crypto/openssl: add aes cmac support
Ashwin Sekhar Thalakalath Kottilveetil
asekhar at marvell.com
Mon Jul 18 18:18:29 CEST 2022
Hi Kai,
Will fix the is duplication of OPENSSL_VERSION_NUMBER check.
Some CMAC tests are already present. The number of successful tests in cryptodev_openssl_autotest increases by 4 with this change. I am not planning to add more.
Regards,
Ashwin Sekhar T K
> -----Original Message-----
> From: Ji, Kai <kai.ji at intel.com>
> Sent: Monday, July 18, 2022 7:27 PM
> To: Ashwin Sekhar Thalakalath Kottilveetil <asekhar at marvell.com>
> Cc: Anoob Joseph <anoobj at marvell.com>; dev at dpdk.org; Akhil Goyal
> <gakhil at marvell.com>; Harman Kalra <hkalra at marvell.com>; Jerin Jacob
> Kollanukkaran <jerinj at marvell.com>; Kiran Kumar Kokkilagadda
> <kirankumark at marvell.com>; Nithin Kumar Dabilpuram
> <ndabilpuram at marvell.com>; Pavan Nikhilesh Bhagavatula
> <pbhagavatula at marvell.com>; Satheesh Paul Antonysamy
> <psatheesh at marvell.com>; Zhang, Roy Fan <roy.fan.zhang at intel.com>;
> Sunil Kumar Kori <skori at marvell.com>; Satha Koteswara Rao Kottidi
> <skoteshwar at marvell.com>
> Subject: [EXT] RE: [PATCH v4 0/1] crypto/openssl: add aes cmac support
>
> External Email
>
> ----------------------------------------------------------------------
> 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 <asekhar at marvell.com>
> > Sent: Monday, July 18, 2022 10:19 AM
> > To: asekhar at marvell.com
> > Cc: anoobj at marvell.com; dev at dpdk.org; gakhil at marvell.com;
> > hkalra at marvell.com; jerinj at marvell.com; kirankumark at marvell.com;
> > ndabilpuram at marvell.com; pbhagavatula at marvell.com;
> > psatheesh at marvell.com; Zhang, Roy Fan <roy.fan.zhang at intel.com>;
> > skori at marvell.com; skoteshwar at marvell.com
> > 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
More information about the dev
mailing list