Re: [dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest length

2017-02-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: Doherty, Declan > Sent: Tuesday, January 31, 2017 4:44 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: Re: [dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest > length > > On 27/01/17 13:16, Pablo de Lara wrote

Re: [dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest length

2017-01-31 Thread Declan Doherty
On 27/01/17 13:16, Pablo de Lara wrote: AESNI MB now supports authentication only operations, but the array containing all the possible digest lengths was not updated to reflect the new algorithm NULL_HASH, causing an "Out-of-bounds access". Coverity issue: 140977 Fixes: 8772c3f713e2 ("crypto/ae

Re: [dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest length

2017-01-27 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Friday, January 27, 2017 1:16 PM > To: adrien.mazarg...@6wind.com; Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] crypto/aesni_mb: add missing digest length > > AESNI MB now supports authentication only

[dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest length

2017-01-27 Thread Pablo de Lara
AESNI MB now supports authentication only operations, but the array containing all the possible digest lengths was not updated to reflect the new algorithm NULL_HASH, causing an "Out-of-bounds access". Coverity issue: 140977 Fixes: 8772c3f713e2 ("crypto/aesni_mb: add single operation functionality