cryptodev: move IV parameters to session
[dpdk.git] / drivers / crypto / null / null_crypto_pmd_ops.c
index 12c946c..5f74f0c 100644 (file)
@@ -72,11 +72,7 @@ static const struct rte_cryptodev_capabilities null_crypto_pmd_capabilities[] =
                                        .max = 0,
                                        .increment = 0
                                },
-                               .iv_size = {
-                                       .min = 0,
-                                       .max = 0,
-                                       .increment = 0
-                               }
+                               .iv_size = { 0 }
                        }, },
                }, }
        },