From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9154D1F5 for ; Fri, 14 Jul 2017 17:38:31 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jul 2017 08:38:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,359,1496127600"; d="scan'208";a="1195447147" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 14 Jul 2017 08:38:29 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.242]) by IRSMSX153.ger.corp.intel.com ([169.254.9.74]) with mapi id 14.03.0319.002; Fri, 14 Jul 2017 16:38:28 +0100 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Griffin, John" , "Jain, Deepak K" Thread-Topic: [PATCH v2] crypto/qat: fix authentication offset and length for GMAC Thread-Index: AQHS/H4iJz15iVBw30e2LGM5eb9O7KJTdULg Date: Fri, 14 Jul 2017 15:38:28 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589236605@IRSMSX101.ger.corp.intel.com> References: <1500022142-22452-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1500022142-22452-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTBmOTBkZjQtM2E5OS00YjkyLWE0NzAtZDgyMTMzNjVlYWE3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1UM2xQbllHRGh2UGQyZEVHUUVRTUtwZ2F0NkVPd0c5VGM3cjdcL2FQZTlzPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] crypto/qat: fix authentication offset and length for GMAC X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 15:38:32 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Friday, July 14, 2017 9:49 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo ; > Griffin, John ; Jain, Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH v2] crypto/qat: fix authentication offset and length for = GMAC >=20 > Authentication length and offset need to be set like for any other > authentication algorithms as it no longer uses aad pointer >=20 > Fixes: b79e4c00af0e ("cryptodev: use AES-GCM/CCM as AEAD algorithms") >=20 > Signed-off-by: Arek Kusztal Acked-by: Fiona Trahe