From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ayuj Verma Subject: [PATCH v3 4/4] doc: add rsa key type to feature list Date: Thu, 28 Mar 2019 10:28:56 +0000 Message-ID: <1553768834-19072-5-git-send-email-ayverma@marvell.com> References: <1553768834-19072-1-git-send-email-ayverma@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "arkadiuszx.kusztal@intel.com" , "Shally Verma" , Sunila Sahu , "Kanaka Durga Kotamarthy" , Arvind Desai , "dev@dpdk.org" , Ayuj Verma To: "akhil.goyal@nxp.com" Return-path: Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 87A1D1B130 for ; Thu, 28 Mar 2019 11:29:02 +0100 (CET) In-Reply-To: <1553768834-19072-1-git-send-email-ayverma@marvell.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add ff description in overview.rst and update feature support in Openssl PMD feature list Signed-off-by: Ayuj Verma Signed-off-by: Shally Verma --- doc/guides/cryptodevs/features/openssl.ini | 2 ++ doc/guides/cryptodevs/overview.rst | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/doc/guides/cryptodevs/features/openssl.ini b/doc/guides/crypto= devs/features/openssl.ini index b9c0bdc..6ddca39 100644 --- a/doc/guides/cryptodevs/features/openssl.ini +++ b/doc/guides/cryptodevs/features/openssl.ini @@ -9,6 +9,8 @@ Sym operation chaining =3D Y OOP SGL In LB Out =3D Y OOP LB In LB Out =3D Y Asymmetric crypto =3D Y +RSA PRIV OP KEY EXP =3D Y +RSA PRIV OP KEY QT =3D Y =20 ; ; Supported crypto algorithms of the 'openssl' crypto driver. diff --git a/doc/guides/cryptodevs/overview.rst b/doc/guides/cryptodevs/ove= rview.rst index 607e758..d7b7141 100644 --- a/doc/guides/cryptodevs/overview.rst +++ b/doc/guides/cryptodevs/overview.rst @@ -37,6 +37,12 @@ Supported Feature Flags which means that Out-of-place operation is supported, with linear input and output buffers. =20 + - "RSA PRIV OP KEY EXP" feature flag means PMD support RSA private key + operation (Sign and Decrypt) using exponent key type only. + + - "RSA PRIV OP KEY QT" feature flag means PMD support RSA private key + operation (Sign and Decrypt) using quintuple (crt) type key only. + =20 Supported Cipher Algorithms --------------------------- --=20 1.8.3.1