RE: [PATCH v6 2/3] crypto/qat: add sm2 encryption/decryption function

2024-10-31 Thread Kusztal, ArkadiuszX
> -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 > >

RE: [EXTERNAL] [PATCH v6 2/3] crypto/qat: add sm2 encryption/decryption function

2024-10-23 Thread Akhil Goyal
> 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/

Re: [PATCH v6 2/3] crypto/qat: add sm2 encryption/decryption function

2024-10-22 Thread Stephen Hemminger
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); > +

[PATCH v6 2/3] crypto/qat: add sm2 encryption/decryption function

2024-10-22 Thread Arkadiusz Kusztal
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