[#EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM] = EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM :mrdocs: Parameters for TLS 1.1 AES multiblock EVP_CIPHER_CTX_ctrl operations. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM/inp.adoc[`inp`] | Pointer to the plaintext or ciphertext input for a TLS 1.1 multiblock operation. | xref:EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM/interleave.adoc[`interleave`] | Interleave factor selecting how many records are processed together. | xref:EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM/len.adoc[`len`] | Length in bytes of the buffer at `inp` / `out` for the multiblock operation. | xref:EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM/out.adoc[`out`] | Destination buffer for TLS 1.1 multiblock ciphertext or plaintext output. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#