[PATCH v2 2/7] cryptodev: set private and public keys in EC session
Power, Ciara
ciara.power at intel.com
Thu Sep 28 14:44:23 CEST 2023
Hi Gowrishankar,
> -----Original Message-----
> From: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
> Sent: Wednesday, September 27, 2023 12:37 PM
> To: dev at dpdk.org
> Cc: anoobj at marvell.com; Akhil Goyal <gakhil at marvell.com>; Fan Zhang
> <fanzhang.oss at gmail.com>; Ji, Kai <kai.ji at intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal at intel.com>; Gowrishankar Muthukrishnan
> <gmuthukrishn at 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 <gmuthukrishn at 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
More information about the dev
mailing list