Function EVP_SealInit

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