From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AB8E17D92 for ; Thu, 27 Jul 2017 16:40:28 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 27 Jul 2017 07:40:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,419,1496127600"; d="scan'208";a="130166413" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga005.jf.intel.com with ESMTP; 27 Jul 2017 07:40:25 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Jul 2017 15:40:24 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx155.ger.corp.intel.com ([169.254.14.182]) with mapi id 14.03.0319.002; Thu, 27 Jul 2017 15:40:24 +0100 From: "De Lara Guarch, Pablo" To: "zbigniew.bodek@caviumnetworks.com" , "jerin.jacob@caviumnetworks.com" , "akhil.goyal@nxp.com" , "hemant.agrawal@nxp.com" , "Trahe, Fiona" , "Jain, Deepak K" , "Griffin, John" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/3] HMAC supported key size fixes Thread-Index: AQHTBUloaoQKIMrTEEmV+OFu9onkbqJnweTA Date: Thu, 27 Jul 2017 14:40:23 +0000 Message-ID: References: <20170725052457.43952-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170725052457.43952-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] HMAC supported key size fixes 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: Thu, 27 Jul 2017 14:40:29 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 25, 2017 6:25 AM > To: zbigniew.bodek@caviumnetworks.com; > jerin.jacob@caviumnetworks.com; akhil.goyal@nxp.com; > hemant.agrawal@nxp.com; Trahe, Fiona ; Jain, > Deepak K ; Griffin, John > ; Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH 0/3] HMAC supported key size fixes >=20 > For HMAC algorithms (SHAx/MD5), the capabilities were not correct, as > they were just a fixed value (block size). > Instead, the authentication key size for these algorithms can go between = 1 > and the block size. >=20 > Note that these patches are fixing AESNI-MB, OpenSSL and QAT PMDs, but > DPAA2 and ARMv8 crypto PMDs might need these fixes too. >=20 > Pablo de Lara (3): > crypto/aesni_mb: fix HMAC supported key sizes > crypto/openssl: fix HMAC supported key sizes > crypto/qat: fix HMAC supported key sizes >=20 > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 24 ++++++++++++-- > ---------- > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 24 ++++++++++++------- > ----- > drivers/crypto/qat/qat_crypto_capabilities.h | 24 ++++++++++++--------= --- > - > 3 files changed, 36 insertions(+), 36 deletions(-) >=20 > -- > 2.9.4 Applied to dpdk-next-crypto. Pablo