Hi Gowrishankar, > -----Original Message----- > From: Gowrishankar Muthukrishnan <[email protected]> > Sent: Wednesday, September 27, 2023 12:37 PM > To: [email protected] > Cc: [email protected]; Akhil Goyal <[email protected]>; Fan Zhang > <[email protected]>; Ji, Kai <[email protected]>; Kusztal, ArkadiuszX > <[email protected]>; Gowrishankar Muthukrishnan > <[email protected]> > 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 <[email protected]> > --- > 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

