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 5E1D6A320B for ; Mon, 21 Oct 2019 13:32:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1ADDC1BEBC; Mon, 21 Oct 2019 13:32:18 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 400F21BEB3 for ; Mon, 21 Oct 2019 13:32:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Oct 2019 04:32:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,323,1566889200"; d="scan'208";a="398633440" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 21 Oct 2019 04:32:15 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 21 Oct 2019 04:32:14 -0700 Received: from hasmsx107.ger.corp.intel.com (10.184.198.27) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 21 Oct 2019 04:32:14 -0700 Received: from HASMSX109.ger.corp.intel.com ([169.254.3.95]) by hasmsx107.ger.corp.intel.com ([169.254.2.187]) with mapi id 14.03.0439.000; Mon, 21 Oct 2019 14:32:12 +0300 From: "Kusztal, ArkadiuszX" To: "Dybkowski, AdamX" , "dev@dpdk.org" , "Trahe, Fiona" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v2 1/1] test/crypto: add tests for encrypted digest AES CTR+CMAC Thread-Index: AQHViALnmQKmeE+zeECuOogRTgDOoadk9iPQ Date: Mon, 21 Oct 2019 11:32:11 +0000 Message-ID: <06EE24DD0B19E248B53F6DC8657831551B2B3414@hasmsx109.ger.corp.intel.com> References: <20191018130235.7836-1-adamx.dybkowski@intel.com> <20191021112955.9579-1-adamx.dybkowski@intel.com> <20191021112955.9579-2-adamx.dybkowski@intel.com> In-Reply-To: <20191021112955.9579-2-adamx.dybkowski@intel.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.2.0.6 dlp-reaction: no-action x-originating-ip: [10.184.70.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/1] test/crypto: add tests for encrypted digest AES CTR+CMAC 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: Dybkowski, AdamX > Sent: Monday, October 21, 2019 1:30 PM > To: dev@dpdk.org; Trahe, Fiona ; Kusztal, > ArkadiuszX ; akhil.goyal@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH v2 1/1] test/crypto: add tests for encrypted digest AES > CTR+CMAC >=20 > This patch adds tests for encrypted digest AES-CTR + AES CMAC using mixed > auth-cipher algorithm functions. Tests allow easy extending with new case= s, > check in-place and out-of-place operations and use linear and sgl buffers= as > input/output. >=20 > Signed-off-by: Adam Dybkowski > --- > app/test/test_cryptodev.c | 487 ++++++++++++++++++- > app/test/test_cryptodev_mixed_test_vectors.h | 172 +++++++ > 2 files changed, 655 insertions(+), 4 deletions(-) create mode 100644 > app/test/test_cryptodev_mixed_test_vectors.h >=20 > + > +#endif /* TEST_CRYPTODEV_MIXED_TEST_VECTORS_H_ */ > -- > 2.17.1 Acked-by: Arek Kusztal