cryptodev: add auth IV
[dpdk.git] / doc / guides / prog_guide / cryptodev_lib.rst
index 4e352f4..68890ff 100644 (file)
@@ -245,7 +245,8 @@ algorithm AES_CBC.
                         .max = 12,
                         .increment = 0
                     },
-                    .aad_size = { 0 }
+                    .aad_size = { 0 },
+                    .iv_size = { 0 }
                 }
             }
         },