> -Original Message-
> From: Stephen Hemminger
> Sent: Wednesday, October 23, 2024 2:47 AM
> To: Kusztal, ArkadiuszX
> Cc: dev@dpdk.org; gak...@marvell.com; Dooley, Brian
>
> Subject: Re: [PATCH v6 2/3] crypto/qat: add sm2 encryption/decryption function
>
>
> This commit adds SM2 elliptic curve based asymmetric
> encryption and decryption to the Intel QuickAssist
> Technology PMD.
>
> Signed-off-by: Arkadiusz Kusztal
> ---
> doc/guides/cryptodevs/features/qat.ini| 1 +
> doc/guides/rel_notes/release_24_11.rst| 4 +
> .../common/
On Tue, 22 Oct 2024 20:05:59 +0100
Arkadiusz Kusztal wrote:
> + uint32_t alg_bytesize = cookie->alg_bytesize;
> +
> + rte_memcpy(asym_op->sm2.c1.x.data, cookie->output_array[0],
> alg_bytesize);
> + rte_memcpy(asym_op->sm2.c1.y.data, cookie->output_array[1],
> alg_bytesize);
> +
This commit adds SM2 elliptic curve based asymmetric
encryption and decryption to the Intel QuickAssist
Technology PMD.
Signed-off-by: Arkadiusz Kusztal
---
doc/guides/cryptodevs/features/qat.ini| 1 +
doc/guides/rel_notes/release_24_11.rst| 4 +
.../common/qat/qat_adf/icp_qa
4 matches
Mail list logo