evp_cipher_info_st

Cipher algorithm pointer paired with an initialization vector buffer.

Synopsis

Declared in <openssl/evp.h>

struct evp_cipher_info_st;

Data Members

NameDescription
cipher Cipher implementation used with iv.
iv Initialization vector octets for cipher (up to EVP_MAX_IV_LENGTH bytes).