EVP_OpenInit

Function EVP_OpenInit 

Source
pub unsafe extern "C" fn EVP_OpenInit(
    ctx: *mut EVP_CIPHER_CTX,
    type_: *const EVP_CIPHER,
    ek: *const u8,
    ekl: i32,
    iv: *const u8,
    priv_: *mut EVP_PKEY,
) -> i32