From: Pablo de Lara Date: Mon, 19 Dec 2016 17:29:03 +0000 (+0000) Subject: crypto/aesni_mb: add missing supported algos in guide X-Git-Tag: spdx-start~4711 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a5bc0375b7e6e918208cb56a7088a24e13f11352;p=dpdk.git crypto/aesni_mb: add missing supported algos in guide AESNI MB PMD supports SHA224-HMAC and SHA384-HMAC, but the documentation was not updated with this. Signed-off-by: Pablo de Lara Acked-by: John McNamara --- diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index cb429d78b8..8b18eba1ef 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -55,7 +55,9 @@ Cipher algorithms: Hash algorithms: * RTE_CRYPTO_HASH_SHA1_HMAC +* RTE_CRYPTO_HASH_SHA224_HMAC * RTE_CRYPTO_HASH_SHA256_HMAC +* RTE_CRYPTO_HASH_SHA384_HMAC * RTE_CRYPTO_HASH_SHA512_HMAC Limitations