From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH 2/4] crypto/dpaa_sec: fix HMAC supported digest sizes Date: Fri, 20 Apr 2018 16:05:52 +0530 Message-ID: References: <1524156759-12931-1-git-send-email-hemant.agrawal@nxp.com> <1524156759-12931-2-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: pablo.de.lara.guarch@intel.com, stable@dpdk.org, Nipun Gupta To: Hemant Agrawal , dev@dpdk.org Return-path: In-Reply-To: <1524156759-12931-2-git-send-email-hemant.agrawal@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" On 4/19/2018 10:22 PM, Hemant Agrawal wrote: > For HMAC algorithms (MD5-HMAC, SHAx-HMAC), the supported > digest sizes are not a fixed value, but a range between > 1 and the maximum digest size for those algorithms. > Also setting iv_size as 0. > > Fixes: c3e85bdcc6e6 ("crypto/dpaa_sec: add crypto driver for NXP DPAA platform") > Cc: stable@dpdk.org > > Signed-off-by: Nipun Gupta > Signed-off-by: Hemant Agrawal > --- Acked-by: Akhil Goyal