]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/snow3g/rte_snow3g_pmd_ops.c
cryptodev: add auth IV
[dpdk.git] / drivers / crypto / snow3g / rte_snow3g_pmd_ops.c
index 7ce96be99c3bbb85168502a134313966658ad25d..9e44242db884b063845fea5028bc56948e2c49ee 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  *
- *   Copyright(c) 2016 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2016-2017 Intel Corporation. All rights reserved.
  *
  *   Redistribution and use in source and binary forms, with or without
  *   modification, are permitted provided that the following conditions
@@ -60,7 +60,8 @@ static const struct rte_cryptodev_capabilities snow3g_pmd_capabilities[] = {
                                        .min = 16,
                                        .max = 16,
                                        .increment = 0
-                               }
+                               },
+                               .iv_size = { 0 },
                        }, }
                }, }
        },