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

Message ID 1538158257-17898-4-git-send-email-tomaszx.cel@intel.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series add AES-CMAC support |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Cel, TomaszX Sept. 28, 2018, 6:10 p.m. UTC
  Update the QAT documentation to show that it supports AES-CMAC.

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

Patch

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.