From: Tomasz Cel Date: Wed, 19 Sep 2018 06:27:18 +0000 (+0200) Subject: doc: fix missing CCM to QAT feature list X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7bd6f76ee678ec6aa81cb53562f852a43e842718;p=dpdk.git doc: fix missing CCM to QAT feature list Update the QAT documentation to show that it supports CCM. Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM") Cc: stable@dpdk.org Signed-off-by: Tomasz Cel Acked-by: Fiona Trahe Acked-by: Marko Kovacevic --- diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini index 29d865e076..220291b2c2 100644 --- a/doc/guides/cryptodevs/features/qat.ini +++ b/doc/guides/cryptodevs/features/qat.ini @@ -56,3 +56,6 @@ ZUC EIA3 = Y AES GCM (128) = Y AES GCM (192) = Y AES GCM (256) = Y +AES CCM (128) = Y +AES CCM (192) = Y +AES CCM (256) = Y diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index af10799180..b09624f2cb 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -66,6 +66,7 @@ Hash algorithms: Supported AEAD algorithms: * ``RTE_CRYPTO_AEAD_AES_GCM`` +* ``RTE_CRYPTO_AEAD_AES_CCM`` Limitations