Hi Gowrishankar,
> -----Original Message----- > From: Gowrishankar Muthukrishnan <[email protected]> > Sent: Thursday, September 28, 2023 6:09 PM > To: [email protected] > Cc: [email protected]; Akhil Goyal <[email protected]>; Fan Zhang > <[email protected]>; Ji, Kai <[email protected]>; Kusztal, ArkadiuszX > <[email protected]>; Power, Ciara <[email protected]>; > Gowrishankar Muthukrishnan <[email protected]> > Subject: [PATCH v3 4/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]> > Change-Id: Ib8251987c805bc304f819bf13f94f310f225a0e3 What is this Change-Id for? > --- > app/test/test_cryptodev_asym.c | 60 ++++++++++---------- > 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 | 37 ++++++++---- > drivers/crypto/openssl/rte_openssl_pmd.c | 53 +---------------- > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 35 ++++++++++++ > drivers/crypto/qat/qat_asym.c | 6 +- > examples/fips_validation/main.c | 14 +++-- > lib/cryptodev/rte_crypto_asym.h | 18 ++---- > 10 files changed, 158 insertions(+), 123 deletions(-) > <snip> Acked-by: Ciara Power <[email protected]>

