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]pub type EVP_CIPHER_INFO = evp_cipher_info_st;#[repr(C)]pub struct EVP_CIPHER_INFO {
pub cipher: *const evp_cipher_st,
pub iv: [u8; 16],
}cipher: *const evp_cipher_st§iv: [u8; 16]