]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/snow3g/rte_snow3g_pmd_ops.c
cryptodev: do not use AAD in wireless algorithms
[dpdk.git] / drivers / crypto / snow3g / rte_snow3g_pmd_ops.c
index 9e44242db884b063845fea5028bc56948e2c49ee..3f02683f1203795d9784a5ef10e6594ff16f6f05 100644 (file)
@@ -56,12 +56,12 @@ static const struct rte_cryptodev_capabilities snow3g_pmd_capabilities[] = {
                                        .max = 4,
                                        .increment = 0
                                },
-                               .aad_size = {
+                               .iv_size = {
                                        .min = 16,
                                        .max = 16,
                                        .increment = 0
                                },
-                               .iv_size = { 0 },
+                               .aad_size = { 0 }
                        }, }
                }, }
        },