[dpdk-stable] [PATCH 3/3] doc/qat: add AES-CMAC to the QAT feature list

Tomasz Cel tomaszx.cel at intel.com
Fri Sep 28 20:10:57 CEST 2018


Update the QAT documentation to show that it supports AES-CMAC.

Signed-off-by: Tomasz Cel <tomaszx.cel at intel.com>
---
 doc/guides/cryptodevs/features/qat.ini | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini
index 220291b..41baa46 100644
--- a/doc/guides/cryptodevs/features/qat.ini
+++ b/doc/guides/cryptodevs/features/qat.ini
@@ -36,18 +36,19 @@ ZUC EEA3       = Y
 ; Supported authentication algorithms of the 'qat' crypto driver.
 ;
 [Auth]
-NULL         = Y
-MD5 HMAC     = Y
-SHA1 HMAC    = Y
-SHA224 HMAC  = Y
-SHA256 HMAC  = Y
-SHA384 HMAC  = Y
-SHA512 HMAC  = Y
-AES GMAC     = Y
-SNOW3G UIA2  = Y
-KASUMI F9    = Y
-AES XCBC MAC = Y
-ZUC EIA3     = Y
+NULL           = Y
+MD5 HMAC       = Y
+SHA1 HMAC      = Y
+SHA224 HMAC    = Y
+SHA256 HMAC    = Y
+SHA384 HMAC    = Y
+SHA512 HMAC    = Y
+AES GMAC       = Y
+SNOW3G UIA2    = Y
+KASUMI F9      = Y
+AES XCBC MAC   = Y
+ZUC EIA3       = Y
+AES CMAC (128) = Y
 
 ;
 ; Supported AEAD algorithms of the 'qat' crypto driver.
-- 
2.7.4



More information about the stable mailing list