Function EVP_OpenInit

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