From: Archana Muniganti <march...@marvell.com> OCTEON TX2 crypto PMD supports digest lengths from 4 to 16 bytes with new firmware.
Signed-off-by: Archana Muniganti <march...@marvell.com> Signed-off-by: Anoob Joseph <ano...@marvell.com> --- drivers/crypto/octeontx2/otx2_cryptodev_capabilities.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/octeontx2/otx2_cryptodev_capabilities.c b/drivers/crypto/octeontx2/otx2_cryptodev_capabilities.c index 83f885c..2ddf628 100644 --- a/drivers/crypto/octeontx2/otx2_cryptodev_capabilities.c +++ b/drivers/crypto/octeontx2/otx2_cryptodev_capabilities.c @@ -577,9 +577,9 @@ rte_cryptodev_capabilities otx2_cpt_capabilities[] = { .increment = 8 }, .digest_size = { - .min = 8, + .min = 4, .max = 16, - .increment = 4 + .increment = 1 }, .aad_size = { .min = 0, -- 2.7.4