Re: [dpdk-dev] [PATCH] crypto: fix incorrect key setting

2017-02-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: Jain, Deepak K > Sent: Thursday, February 09, 2017 5:18 PM > To: De Lara Guarch, Pablo; dev@dpdk.org > Cc: De Lara Guarch, Pablo; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] crypto: fix incorrect key setting > > > > -

Re: [dpdk-dev] [PATCH] crypto: fix incorrect key setting

2017-02-09 Thread Jain, Deepak K
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > Sent: Tuesday, February 7, 2017 10:50 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] crypto: fix incorrect key setting &g

[dpdk-dev] [PATCH] crypto: fix incorrect key setting

2017-02-07 Thread Pablo de Lara
When ciphering and authenticating in the same operation (cipher-then-auth or auth-then-cipher), the cipher key and authentication key was set with the same key, in SNOW3G, KASUMI and ZUC PMDs. They were using the key of the first transform structure, instead of using the keys of the two different t