Function EVP_Cipher

Source
pub unsafe extern "C" fn EVP_Cipher(
    c: *mut evp_cipher_ctx_st,
    out: *mut u8,
    in_: *const u8,
    inl: u32,
) -> i32