cryptodev: do not use AAD in wireless algorithms
[dpdk.git] / drivers / crypto / zuc / rte_zuc_pmd_ops.c
index 8e9faf9..4775787 100644 (file)
@@ -56,12 +56,12 @@ static const struct rte_cryptodev_capabilities zuc_pmd_capabilities[] = {
                                        .max = 4,
                                        .increment = 0
                                },
-                               .aad_size = {
+                               .iv_size = {
                                        .min = 16,
                                        .max = 16,
                                        .increment = 0
                                },
-                               .iv_size = { 0 }
+                               .aad_size = { 0 }
                        }, }
                }, }
        },