From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 90E66A327F for ; Mon, 21 Oct 2019 20:13:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9ACA71BED4; Mon, 21 Oct 2019 20:13:04 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C49BD1BED3 for ; Mon, 21 Oct 2019 20:13:02 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Oct 2019 11:13:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,324,1566889200"; d="scan'208";a="372258042" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga005.jf.intel.com with ESMTP; 21 Oct 2019 11:13:00 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.76]) by IRSMSX153.ger.corp.intel.com ([169.254.9.119]) with mapi id 14.03.0439.000; Mon, 21 Oct 2019 19:13:00 +0100 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Trahe, Fiona" Thread-Topic: [PATCH v3 0/5] Add session-less, RSA, RSA-CRT to QAT Thread-Index: AQHViDq/R5L26aafC0eV6M1LHvN4PqdlZa7A Date: Mon, 21 Oct 2019 18:12:59 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435A217ACEA@IRSMSX101.ger.corp.intel.com> References: <20191021180919.11284-1-arkadiuszx.kusztal@intel.com> In-Reply-To: <20191021180919.11284-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmM3MjI1OTItNDlmNi00MzA4LWE1OWYtMmE1YjcwOTFlODUwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTEIzQXo5RmtzYisyd2RJV3dCODI5UnJvSlwvNG1WNkdXUlNCRTZNZzFOUnhxWGs1cGpJNXJMOFhEbHVVQVBMblIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 v3 0/5] Add session-less, RSA, RSA-CRT to QAT 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Monday, October 21, 2019 7:09 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Trahe, Fiona ; Kusztal, A= rkadiuszX > > Subject: [PATCH v3 0/5] Add session-less, RSA, RSA-CRT to QAT >=20 > This patchset adds session-less option, RSA algorithm, RSA-CRT algorithm > to Intel QuickAssist Technology PMD. It also adds session-less test cases > for those algorithms. > Test case for RSA signature with no padding will be sent in a later patch= . >=20 > [1]crypto/qat: add sessionless implementation to asym pmd > - this patch adds sessionless option to QAT, already implemented > algorithms MOD EXP and MOD INV can be used with sessionless > [2]crypto/qat: add rsa implementation to asym pmd > - this patch adds option to use RSA with exponent private key > pair (n,d) > [3]crypto/qat: add rsa crt implementation to asym pmd > - this patch adds CRT option to RSA, to improve performance of > decryption and creating of signature >=20 > v3: > - fixes RSA test cases > - fixes output of RSA verify >=20 > Arek Kusztal (5): > crypto/qat: add sessionless implementation to asym pmd > crypto/qat: add rsa implementation to asym pmd > crypto/qat: add rsa crt implementation to asym pmd > test/crypto: add sessionless to asymmetric mod exp > test/crypto: add rsa tests to qat and openssl with no padding >=20 > app/test/test_cryptodev_asym.c | 207 +++++-- > app/test/test_cryptodev_rsa_test_vectors.h | 226 ++++++++ > doc/guides/cryptodevs/features/qat.ini | 4 + > doc/guides/cryptodevs/qat.rst | 1 + > doc/guides/rel_notes/release_19_11.rst | 8 + > .../qat/qat_adf/qat_pke_functionality_arrays.h | 27 + > drivers/crypto/qat/qat_asym.c | 633 +++++++++++++++= +----- > drivers/crypto/qat/qat_asym.h | 29 +- > drivers/crypto/qat/qat_asym_capabilities.h | 21 + > drivers/crypto/qat/qat_asym_pmd.c | 5 +- > 10 files changed, 971 insertions(+), 190 deletions(-) >=20 > -- > 2.1.0 Series Acked-by: Fiona Trahe