Type Alias bssl_sys::EVP_CIPHER_INFO

source ·
pub type EVP_CIPHER_INFO = evp_cipher_info_st;

Aliased Type§

struct EVP_CIPHER_INFO {
    pub cipher: *const evp_cipher_st,
    pub iv: [u8; 16],
}

Fields§

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