]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/openssl/rte_openssl_pmd_ops.c
crypto/openssl: fix AES-GCM capability
[dpdk.git] / drivers / crypto / openssl / rte_openssl_pmd_ops.c
index 7cb21f85f578ad74d4ae09e883a753c80c97cb9f..22a68730f074546d9bc53ed0d913c95e73353be3 100644 (file)
@@ -366,8 +366,8 @@ static const struct rte_cryptodev_capabilities openssl_pmd_capabilities[] = {
                                .block_size = 16,
                                .key_size = {
                                        .min = 16,
-                                       .max = 16,
-                                       .increment = 0
+                                       .max = 32,
+                                       .increment = 8
                                },
                                .iv_size = {
                                        .min = 12,