doc: fix missing CCM to QAT feature list
Update the QAT documentation to show that it supports CCM. Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM") Cc: stable@dpdk.org Signed-off-by: Tomasz Cel <tomaszx.cel@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
This commit is contained in:
parent
026bde3b9a
commit
7bd6f76ee6
@ -56,3 +56,6 @@ ZUC EIA3 = Y
|
||||
AES GCM (128) = Y
|
||||
AES GCM (192) = Y
|
||||
AES GCM (256) = Y
|
||||
AES CCM (128) = Y
|
||||
AES CCM (192) = Y
|
||||
AES CCM (256) = Y
|
||||
|
@ -66,6 +66,7 @@ Hash algorithms:
|
||||
Supported AEAD algorithms:
|
||||
|
||||
* ``RTE_CRYPTO_AEAD_AES_GCM``
|
||||
* ``RTE_CRYPTO_AEAD_AES_CCM``
|
||||
|
||||
|
||||
Limitations
|
||||
|
Loading…
x
Reference in New Issue
Block a user