Parameters for TLS 1.1 AES multiblock EVP_CIPHER_CTX_ctrl operations.
Synopsis
Declared in <openssl/evp.h>
struct EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM;
Data Members
Name |
Description |
Pointer to the plaintext or ciphertext input for a TLS 1.1 multiblock operation. |
|
Interleave factor selecting how many records are processed together. |
|
Length in bytes of the buffer at |
|
Destination buffer for TLS 1.1 multiblock ciphertext or plaintext output. |
Created with MrDocs