From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D6CAC742BA for ; Fri, 12 Jul 2019 13:15:37 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 0464D2080A for ; Fri, 12 Jul 2019 13:15:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0464D2080A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 906092C6A; Fri, 12 Jul 2019 15:15:35 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 63C622C60 for ; Fri, 12 Jul 2019 15:15:33 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2019 06:15:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,482,1557212400"; d="scan'208";a="177499402" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 12 Jul 2019 06:15:31 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 12 Jul 2019 06:15:31 -0700 Received: from lcsmsx156.ger.corp.intel.com (10.186.165.234) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 12 Jul 2019 06:15:31 -0700 Received: from HASMSX109.ger.corp.intel.com ([169.254.3.134]) by LCSMSX156.ger.corp.intel.com ([169.254.15.216]) with mapi id 14.03.0439.000; Fri, 12 Jul 2019 16:15:29 +0300 From: "Kusztal, ArkadiuszX" To: Ayuj Verma , "akhil.goyal@nxp.com" CC: "Trahe, Fiona" , "shallyv@marvell.com" , "ssahu@marvell.com" , "kkotamarthy@marvell.com" , "anoobj@marvell.com" , "dev@dpdk.org" , "Zhang, Roy Fan" Thread-Topic: [PATCH v1 0/2] add tests for RSA key type CRT Thread-Index: AQHVN+vDrubP0RVIXk2ikpcJo6A2xqbG93aw Date: Fri, 12 Jul 2019 13:15:28 +0000 Message-ID: <06EE24DD0B19E248B53F6DC8657831551B27FD85@hasmsx109.ger.corp.intel.com> References: <1562851366-23900-1-git-send-email-ayverma@marvell.com> In-Reply-To: <1562851366-23900-1-git-send-email-ayverma@marvell.com> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.184.70.11] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 0/2] add tests for RSA key type CRT 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" In future we could unify tests even more (i.e. passing padding type as a pa= ram, or even information if it is encryption or signature generation) like = Fan once done with blockcipher. > -----Original Message----- > From: Ayuj Verma [mailto:ayverma@marvell.com] > Sent: Thursday, July 11, 2019 3:23 PM > To: akhil.goyal@nxp.com > Cc: Kusztal, ArkadiuszX ; Trahe, Fiona > ; shallyv@marvell.com; ssahu@marvell.com; > kkotamarthy@marvell.com; anoobj@marvell.com; dev@dpdk.org; Ayuj > Verma > Subject: [PATCH v1 0/2] add tests for RSA key type CRT >=20 > This patch series add new RSA CRT key based test cases, improve code > organization and also rebase it to latest changes. > It covers following changes: >=20 > * Add crt key based rsa sign/verify, enc/decrypt test cases > * Move common code of enqueue/dequeue into separate function > * Configure device with ff_disable set >=20 > Ayuj Verma (2): > test/crypto: move rsa enqueue/dequeue into separate functions > test/crypto: add tests for RSA key type CRT >=20 > app/test/test_cryptodev_asym.c | 460 +++++++++++++++++------= ------ > app/test/test_cryptodev_rsa_test_vectors.h | 93 ++++++ > 2 files changed, 363 insertions(+), 190 deletions(-) >=20 > -- > 1.8.3.1 Series-acked-by: Arek Kusztal