From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 5BE9AA045E for ; Fri, 31 May 2019 15:53:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E34EE4F91; Fri, 31 May 2019 15:53:19 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 492FF1C0B for ; Fri, 31 May 2019 15:53:18 +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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 May 2019 06:53:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,535,1549958400"; d="scan'208";a="180330486" Received: from akusztax-mobl.ger.corp.intel.com ([10.104.14.178]) by fmsmga002.fm.intel.com with ESMTP; 31 May 2019 06:53:15 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, shally.verma@caviumnetworks.com, Arek Kusztal Date: Fri, 31 May 2019 15:52:28 +0200 Message-Id: <20190531135231.10836-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 0/3] Rework API for RSA algorithm in asymmetric 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Major changes: - Cipher field was introduced - Padding struct was created - PKCS1-v1_5 Block type 0 was removed - Fixed comments about prime numbers, etc. Arek Kusztal (3): cryptodev: rework api of rsa algorithm crypto/openssl: rework openssl rsa implementation test: rework rsa test implementation app/test/test_cryptodev_asym.c | 11 ++- drivers/crypto/openssl/rte_openssl_pmd.c | 14 ++- lib/librte_cryptodev/rte_crypto_asym.h | 149 +++++++++++++++++++++++-------- 3 files changed, 127 insertions(+), 47 deletions(-) -- 2.1.0