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

inp

Pointer to the plaintext or ciphertext input for a TLS 1.1 multiblock operation.

interleave

Interleave factor selecting how many records are processed together.

len

Length in bytes of the buffer at inp / out for the multiblock operation.

out

Destination buffer for TLS 1.1 multiblock ciphertext or plaintext output.

Created with MrDocs