RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves

2022-05-31 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: Tuesday, May 31, 2022 5:26 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves > > > > > -Origin

RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves

2022-05-31 Thread Akhil Goyal
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Tuesday, May 31, 2022 8:03 PM > To: Akhil Goyal ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves > > Hi Akhil, > > Sorry I have miss

RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves

2022-05-31 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: Tuesday, May 31, 2022 4:40 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves > > Hi Arek, > > Hi Akhil, > >

RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves

2022-05-31 Thread Akhil Goyal
Hi Arek, > Hi Akhil, > > Sorry I have missed that, and I think we should revert this patch. > It would make sense to have TLS derived numbers for these curves if DH and > ECDH would be in the same op. > But since we decided to split it we are going to go with separate structs for > x448 > and x25

RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves

2022-05-31 Thread Kusztal, ArkadiuszX
://patchwork.dpdk.org/project/dpdk/patch/20220531040439.15862-7-arkadiuszx.kusz...@intel.com/ > -Original Message- > From: Akhil Goyal > Sent: Thursday, May 26, 2022 6:38 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [PATCH] cryptode

RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves

2022-05-26 Thread Akhil Goyal
> > > This commit adds support for following elliptic curves: > > > 1) Curve25519 > > > 2) Curve448 > > > > > > Signed-off-by: Arek Kusztal > > > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto

RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves

2022-05-17 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: Monday, May 16, 2022 8:58 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves > > > This commit adds support for follo

RE: [EXT] [PATCH] cryptodev: add support for 25519 and 448 curves

2022-05-16 Thread Akhil Goyal
> This commit adds support for following elliptic curves: > 1) Curve25519 > 2) Curve448 > > Signed-off-by: Arek Kusztal > --- > lib/cryptodev/rte_crypto_asym.h | 14 -- > 1 file changed, 12 insertions(+), 2 deletions(-) > > diff --git a/lib/cryptodev/rte_crypto_asym.h b/lib/cryptode

[PATCH] cryptodev: add support for 25519 and 448 curves

2022-04-07 Thread Arek Kusztal
This commit adds support for following elliptic curves: 1) Curve25519 2) Curve448 Signed-off-by: Arek Kusztal --- lib/cryptodev/rte_crypto_asym.h | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/cryptodev/rte_crypto_asym.h b/lib/cryptodev/rte_crypto_asym.h