[dpdk-dev] [PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat
Arek Kusztal
arkadiuszx.kusztal at intel.com
Thu Apr 4 12:56:27 CEST 2019
This patch adds missing asymmetric crypto algorithms
in documentation files of Intel QuickAssist Technology
driver.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
---
This patch depends on "doc/crypto: fix missing asymmetric algo table"
(http://patchwork.dpdk.org/patch/52168/)
doc/guides/cryptodevs/features/qat.ini | 2 ++
doc/guides/cryptodevs/qat.rst | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini
index 8132580..dc67fc0 100644
--- a/doc/guides/cryptodevs/features/qat.ini
+++ b/doc/guides/cryptodevs/features/qat.ini
@@ -67,3 +67,5 @@ AES CCM (256) = Y
; Supported Asymmetric algorithms of the 'qat' crypto driver.
;
[Asymmetric]
+Modular Exponentiation = Y
+Modular Multiplicative Inverse = Y
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index 2c4ee62..8df5ceb 100644
--- a/doc/guides/cryptodevs/qat.rst
+++ b/doc/guides/cryptodevs/qat.rst
@@ -104,10 +104,10 @@ must be such that points at the start of the COUNT bytes.
Asymmetric Crypto Service on QAT
--------------------------------
-The QAT Asym PMD has support for:
+The QAT Asymmetric PMD has support for:
-* ``Modular exponentiation``
-* ``Modular multiplicative inverse``
+* ``RTE_CRYPTO_ASYM_XFORM_MODEX``
+* ``RTE_CRYPTO_ASYM_XFORM_MODINV``
Limitations
~~~~~~~~~~~
--
2.1.0
More information about the dev
mailing list