From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Cel Subject: [PATCH 3/3] doc/qat: add AES-CMAC to the QAT feature list Date: Fri, 28 Sep 2018 20:10:57 +0200 Message-ID: <1538158257-17898-4-git-send-email-tomaszx.cel@intel.com> References: <1538158257-17898-1-git-send-email-tomaszx.cel@intel.com> Cc: stable@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com, marko.kovacevic@intel.com, arkadiuszx.kusztal@intel.com, Tomasz Cel To: dev@dpdk.org Return-path: In-Reply-To: <1538158257-17898-1-git-send-email-tomaszx.cel@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update the QAT documentation to show that it supports AES-CMAC. Signed-off-by: Tomasz Cel --- 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