Type Alias EVP_CIPHER_INFO

Source
pub type EVP_CIPHER_INFO = evp_cipher_info_st;

Aliased Type§

#[repr(C)]
pub struct EVP_CIPHER_INFO { pub cipher: *const evp_cipher_st, pub iv: [u8; 16], }

Fields§

§cipher: *const evp_cipher_st§iv: [u8; 16]