From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] crypto/armv8: fix HMAC supported digest sizes Date: Wed, 30 May 2018 21:21:39 +0200 Message-ID: <1785896.BtiFlCLchq@xps> References: <1527590736-23897-1-git-send-email-anoob.joseph@caviumnetworks.com> <14849d06-055b-e13e-fb10-deb73441c887@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Akhil Goyal , Jerin Jacob , Narayana Prasad , Nitin Saxena , dev@dpdk.org To: Anoob Joseph , Sachin Saxena Return-path: In-Reply-To: <14849d06-055b-e13e-fb10-deb73441c887@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/05/2018 13:28, Akhil Goyal: > On 5/29/2018 4:15 PM, Anoob Joseph wrote: > > For HMAC algorithms (SHAx-HMAC), the supported digest sizes are not a > > fixed value, but a range between 1 and the maximum digest size for those > > algorithms. > > > > Fixes: 0f89def76127 ("crypto/armv8: fix HMAC supported key sizes") > > Cc: stable@dpdk.org > > > > Signed-off-by: Anoob Joseph > > Signed-off-by: Sachin Saxena > > --- > Acked-by: Akhil Goyal Applied, thanks