Decreate the length after decryption for the stitched ciphers
[openssl.git] / providers / implementations / include / prov / ciphercommon.h
index 55adf3caa2f590cc034943125aa942a4b1ff29b0..83f64e772810d4d1e0ba53fb673f65cab2b29c56 100644 (file)
@@ -58,6 +58,11 @@ struct prov_cipher_ctx_st {
                               * points into the user buffer.
                               */
     size_t tlsmacsize;       /* Size of the TLS MAC */
+    size_t removetlspad;     /*
+                              * Length of the fixed size data to remove when
+                              * removing TLS padding (equals mac size plus
+                              * IV size if applicable)
+                              */
 
     /*
      * num contains the number of bytes of |iv| which are valid for modes that