]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/openssl/rte_openssl_pmd_ops.c
crypto/openssl: support 8-byte 3DES
[dpdk.git] / drivers / crypto / openssl / rte_openssl_pmd_ops.c
index 53356855617d3f2b03fc9aee6ad3a6be98bc1d9c..05f452dd7f4ea6afbd718b64b973abefaa1c915d 100644 (file)
@@ -397,7 +397,7 @@ static const struct rte_cryptodev_capabilities openssl_pmd_capabilities[] = {
                                .algo = RTE_CRYPTO_CIPHER_3DES_CBC,
                                .block_size = 8,
                                .key_size = {
-                                       .min = 16,
+                                       .min = 8,
                                        .max = 24,
                                        .increment = 8
                                },