From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] crypto/aesni_gcm: support all truncated digest sizes Date: Wed, 26 Sep 2018 17:57:01 +0530 Message-ID: <24e8ac49-2901-5c17-d131-2118dda3e298@nxp.com> References: <20180814005430.5770-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara , declan.doherty@intel.com Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0078.outbound.protection.outlook.com [104.47.0.78]) by dpdk.org (Postfix) with ESMTP id 4A61F1B1ED for ; Wed, 26 Sep 2018 14:27:14 +0200 (CEST) In-Reply-To: <20180814005430.5770-1-pablo.de.lara.guarch@intel.com> Content-Language: en-US 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 8/14/2018 6:24 AM, Pablo de Lara wrote: > The full digest size of GCM/GMAC algorithms is 16 bytes. > However, it is sometimes truncated to a smaller size (such as in IPSec). > This commit allows a user to generate a digest of any size > up to the full size. > > Signed-off-by: Pablo de Lara > --- > Applied to dpdk-next-crypto Thanks