This patch adds missing asymmetric crypto algorithms in documentation files of Intel QuickAssist Technology driver.
Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@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