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