Re: [dpdk-dev] [PATCH] cryptodev: add an option to support both iv and J0 for GCM

2019-06-19 Thread Akhil Goyal
> > > > This patch adds an option to support both IV (of all supported sizes) > > and J0 when using Galois Counter Mode of crypto operation. > > > > Signed-off-by: Arek Kusztal > > --- > > lib/librte_cryptodev/rte_crypto_sym.h | 37 > > ++--- > -- > > 1 file change

Re: [dpdk-dev] [PATCH] cryptodev: add an option to support both iv and J0 for GCM

2019-04-17 Thread Kusztal, ArkadiuszX
Hi Fiona, > [Fiona] IVs greater than 16 bytes can be used, right? If so change to "a > minimum of 16 bytes must be >allocated". Same below. [AK] - yes, this comment may be misleading, of course it means 16 bytes minimum. This is because of legacy reasons, i.e. aesni-gcm once had formation of p

Re: [dpdk-dev] [PATCH] cryptodev: add an option to support both iv and J0 for GCM

2019-04-17 Thread Trahe, Fiona
Hi Akhil, Yes, it's intended for 19.08 > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Wednesday, April 17, 2019 12:34 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > > Subject: RE: [PATCH] cryptodev: add an option to

Re: [dpdk-dev] [PATCH] cryptodev: add an option to support both iv and J0 for GCM

2019-04-17 Thread Trahe, Fiona
Hi Arek, > -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, April 17, 2019 8:37 AM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; De Lara > Guarch, Pablo > ; Kusztal, ArkadiuszX > > Subject: [PATCH] cryptodev: add an option to support both iv and J0 for GC

Re: [dpdk-dev] [PATCH] cryptodev: add an option to support both iv and J0 for GCM

2019-04-17 Thread Akhil Goyal
> > This patch adds an option to support both IV (of all supported sizes) > and J0 when using Galois Counter Mode of crypto operation. > > Signed-off-by: Arek Kusztal > --- > lib/librte_cryptodev/rte_crypto_sym.h | 37 > ++- > 1 file changed, 19 insertions(+), 1

[dpdk-dev] [PATCH] cryptodev: add an option to support both iv and J0 for GCM

2019-04-17 Thread Arek Kusztal
This patch adds an option to support both IV (of all supported sizes) and J0 when using Galois Counter Mode of crypto operation. Signed-off-by: Arek Kusztal --- lib/librte_cryptodev/rte_crypto_sym.h | 37 ++- 1 file changed, 19 insertions(+), 18 deletions(-) diff