Cipher algorithm pointer paired with an initialization vector buffer.

Synopsis

Declared in <openssl/evp.h>

struct evp_cipher_info_st;

Data Members

Name

Description

cipher

Cipher implementation used with iv.

iv

Initialization vector octets for cipher (up to EVP_MAX_IV_LENGTH bytes).

Created with MrDocs