Hi Gowrishankar, > -----Original Message----- > From: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > Sent: Wednesday, September 27, 2023 12:37 PM > To: dev@dpdk.org > Cc: ano...@marvell.com; Akhil Goyal <gak...@marvell.com>; Fan Zhang > <fanzhang....@gmail.com>; Ji, Kai <kai...@intel.com>; Kusztal, ArkadiuszX > <arkadiuszx.kusz...@intel.com>; Gowrishankar Muthukrishnan > <gmuthukri...@marvell.com> > Subject: [PATCH v2 2/7] cryptodev: set private and public keys in EC session > > Set EC private and public keys into xform so that, it can be maintained per > session. > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > --- > app/test/test_cryptodev_asym.c | 121 ++++++---- > drivers/common/cnxk/roc_ae.h | 18 ++ > drivers/common/cpt/cpt_mcode_defines.h | 18 ++ > drivers/common/cpt/cpt_ucode_asym.h | 22 +- > drivers/crypto/cnxk/cnxk_ae.h | 235 ++++++++++++++++++-
The cnxk changes should be in patch [v2,7/7] crypto/cnxk: add SM2 support. > drivers/crypto/openssl/rte_openssl_pmd.c | 53 +---- > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 38 ++- > drivers/crypto/qat/qat_asym.c | 6 +- > examples/fips_validation/main.c | 14 +- > lib/cryptodev/rte_crypto_asym.h | 28 +-- > 10 files changed, 409 insertions(+), 144 deletions(-) <snip> Thanks, Ciara