cryptodev: move IV parameters to session
[dpdk.git] / doc / guides / prog_guide / cryptodev_lib.rst
index 48c58a9..4e352f4 100644 (file)
@@ -535,11 +535,6 @@ chain.
                 uint32_t offset;
                 uint32_t length;
             } data;   /**< Data offsets and length for ciphering */
-
-            struct {
-                uint16_t offset;
-                uint16_t length;
-            } iv;     /**< Initialisation vector parameters */
         } cipher;
 
         struct {