doc: fix missing CCM to QAT feature list
authorTomasz Cel <tomaszx.cel@intel.com>
Wed, 19 Sep 2018 06:27:18 +0000 (08:27 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 25 Sep 2018 14:13:00 +0000 (16:13 +0200)
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 <tomaszx.cel@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
doc/guides/cryptodevs/features/qat.ini
doc/guides/cryptodevs/qat.rst

index 29d865e..220291b 100644 (file)
@@ -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
index af10799..b09624f 100644 (file)
@@ -66,6 +66,7 @@ Hash algorithms:
 Supported AEAD algorithms:
 
 * ``RTE_CRYPTO_AEAD_AES_GCM``
+* ``RTE_CRYPTO_AEAD_AES_CCM``
 
 
 Limitations