doc: fix supported AES-CBC key lengths
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 5 May 2016 10:00:45 +0000 (11:00 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 7 Jun 2016 14:23:30 +0000 (16:23 +0200)
AES-NI MB PMD supports 128, 192 and 256-bit keys,
not 128, 256 and 512-bit keys.

Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
doc/guides/cryptodevs/aesni_mb.rst

index 9e04853..fd5414d 100644 (file)
@@ -46,8 +46,8 @@ AESNI MB PMD has support for:
 Cipher algorithms:
 
 * RTE_CRYPTO_SYM_CIPHER_AES128_CBC
+* RTE_CRYPTO_SYM_CIPHER_AES192_CBC
 * RTE_CRYPTO_SYM_CIPHER_AES256_CBC
-* RTE_CRYPTO_SYM_CIPHER_AES512_CBC
 
 Hash algorithms: