From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A9ACC1B8B7 for ; Fri, 8 Feb 2019 12:13:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2019 03:13:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,347,1544515200"; d="scan'208";a="141749555" Received: from akusztax-mobl.ger.corp.intel.com ([10.104.14.178]) by fmsmga002.fm.intel.com with ESMTP; 08 Feb 2019 03:13:40 -0800 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, shally.verma@caviumnetworks.com, Arek Kusztal Date: Fri, 8 Feb 2019 12:13:35 +0100 Message-Id: <20190208111338.4544-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/3] crypotodev: add result field to modular operations 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: Fri, 08 Feb 2019 11:13:44 -0000 This patchset adds result field to modular exponentiation and modular inverse operations This patchset depends on following patches: [1] - "[v3] cryptodev: rework mod exp and mod inv comments" (http://patchwork.dpdk.org/patch/50139/) [2] - "openssl: fix bad reference of modinv" (http://patchwork.dpdk.org/patch/50131/) v2: - fix checkpatch issue Arek Kusztal (3): cryptodev: add result field to mod exp and inverse operations openssl: add result field to mod exp and mod inv operations test: add result field to mod exp and mod inv drivers/crypto/openssl/rte_openssl_pmd.c | 4 ++-- lib/librte_cryptodev/rte_crypto_asym.h | 10 ++++++++++ test/test/test_cryptodev_asym.c | 6 ++++++ test/test/test_cryptodev_asym_util.h | 8 ++++---- 4 files changed, 22 insertions(+), 6 deletions(-) -- 2.1.0