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 E117DA2EFC for ; Tue, 15 Oct 2019 15:54:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B1BBC1EC99; Tue, 15 Oct 2019 15:54:12 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D292A1EC52 for ; Tue, 15 Oct 2019 15:54:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2019 06:54:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,300,1566889200"; d="scan'208";a="185818310" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2019 06:54:08 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.252]) by IRSMSX154.ger.corp.intel.com ([169.254.12.170]) with mapi id 14.03.0439.000; Tue, 15 Oct 2019 14:54:08 +0100 From: "Kovacevic, Marko" To: "michaelsh@marvell.com" , "akhil.goyal@nxp.com" CC: "dev@dpdk.org" , "lironh@marvell.com" Thread-Topic: [PATCH v3 3/3] examples/fips_validation: separate ECB and CBC Thread-Index: AQHVeEf/fyhD+u1pM0yV+bvCfyxf3adbz1qg Date: Tue, 15 Oct 2019 13:54:08 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F660216CDF5@IRSMSX104.ger.corp.intel.com> References: <20190826094120.22590-1-michaelsh@marvell.com> <20191001112255.30081-1-michaelsh@marvell.com> <20191001112255.30081-4-michaelsh@marvell.com> In-Reply-To: <20191001112255.30081-4-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 3/3] examples/fips_validation: separate ECB and CBC 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 3/3] examples/fips_validation: separate ECB and CBC From: Michael Shamis Separate initialization of IV, PT and CT according to TDES ECB and CBC cryp= to modes Signed-off-by: Michael Shamis --- examples/fips_validation/main.c | 66 +++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 16 deletions(-) Reviewed-by: Marko Kovacevic