From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kasumi: fix AAD size of F9 function Date: Fri, 08 Jul 2016 20:02:16 +0200 Message-ID: <1682265.PU3kFVuS7X@xps13> References: <1467967208-15615-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 1097DAD97 for ; Fri, 8 Jul 2016 20:02:18 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id z126so20061619wme.0 for ; Fri, 08 Jul 2016 11:02:18 -0700 (PDT) In-Reply-To: <1467967208-15615-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-08 09:40, Pablo de Lara: > Additional authenticated data (AAD) in KASUMI F9 (UIA1) is 8 bytes > and not 9 bytes, since direction bit is obtained just after the > end of the message, and it is separated from the AAD. > > Fixes: 2773c86d061a ("crypto/kasumi: add driver for KASUMI library") > > Signed-off-by: Pablo de Lara Applied, thanks