From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BB3AA4CA1 for ; Tue, 10 Jul 2018 23:36:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2018 14:35:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,335,1526367600"; d="scan'208";a="56647885" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga006.jf.intel.com with ESMTP; 10 Jul 2018 14:35:58 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX108.ger.corp.intel.com ([169.254.11.169]) with mapi id 14.03.0319.002; Tue, 10 Jul 2018 22:35:57 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "dev@dpdk.org" , "pathreya@caviumnetworks.com" , "nmurthy@caviumnetworks.com" Thread-Topic: [PATCH v5 0/2]test/crypto: add unit testcase for asym crypto Thread-Index: AQHUGGdWYI9NyxGnTUuexm56wZGKJ6SI+wKQ Date: Tue, 10 Jul 2018 21:35:57 +0000 Message-ID: References: <1531238491-10542-1-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1531238491-10542-1-git-send-email-shally.verma@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTFiNDY2NzEtM2FmZC00NzhhLTg2MzAtYWFjZTJmNzVmNGVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieWFHTVBJTzNLY0pIZldSY1ZlV2NoYndET2R5WFJMN0twaUlTeUt5V3psQ1hKOUUzS3BBdzd6RjlmMSsxOGFyaSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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 v5 0/2]test/crypto: add unit testcase for asym crypto 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: Tue, 10 Jul 2018 21:36:02 -0000 > -----Original Message----- > From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > Sent: Tuesday, July 10, 2018 5:01 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; pathreya@caviumnetworks.com; > nmurthy@caviumnetworks.com > Subject: [PATCH v5 0/2]test/crypto: add unit testcase for asym crypto >=20 > This patch series add unit test case for asymmetric crypto. >=20 > Current testcase covers following operations: > - RSA encrypt, decrypt, sign and verify > - Modular Inversion and Exponentiation > - Diffie-Hellman key pair generation and shared secret compute > - DSA sign and verify >=20 > All test cases use pre-defined test vectors. Series-acked-by: Pablo de Lara