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 1C4AEA2EFC for ; Tue, 15 Oct 2019 15:50:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 191AB1EC62; Tue, 15 Oct 2019 15:50:30 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A3C2A1EC55 for ; Tue, 15 Oct 2019 15:50:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2019 06:50:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,300,1566889200"; d="scan'208";a="225423324" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga002.fm.intel.com with ESMTP; 15 Oct 2019 06:50:26 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 14:50:26 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.252]) by irsmsx111.ger.corp.intel.com ([169.254.2.123]) with mapi id 14.03.0439.000; Tue, 15 Oct 2019 14:50:26 +0100 From: "Kovacevic, Marko" To: "michaelsh@marvell.com" , "akhil.goyal@nxp.com" CC: "dev@dpdk.org" , "lironh@marvell.com" Thread-Topic: [PATCH v3 1/3] examples/fips_validation: add TDES ECB support Thread-Index: AQHVeEf6S8uJUlYzWESsDfTC+83z3adbzZmg Date: Tue, 15 Oct 2019 13:50:25 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F660216CDC7@IRSMSX104.ger.corp.intel.com> References: <20190826094120.22590-1-michaelsh@marvell.com> <20191001112255.30081-1-michaelsh@marvell.com> <20191001112255.30081-2-michaelsh@marvell.com> In-Reply-To: <20191001112255.30081-2-michaelsh@marvell.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 v3 1/3] examples/fips_validation: add TDES ECB support 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" Subject: [PATCH v3 1/3] examples/fips_validation: add TDES ECB support From: Michael Shamis Signed-off-by: Michael Shamis --- examples/fips_validation/fips_validation.c | 1 + examples/fips_validation/fips_validation.h | 7 +++++ .../fips_validation/fips_validation_tdes.c | 7 +++++ examples/fips_validation/main.c | 27 ++++++++++++++++--- 4 files changed, 38 insertions(+), 4 deletions(-) Reviewed-by: Marko Kovacevic