EVP_EncryptUpdate_ex

Function EVP_EncryptUpdate_ex 

Source
pub unsafe extern "C" fn EVP_EncryptUpdate_ex(
    ctx: *mut EVP_CIPHER_CTX,
    out: *mut u8,
    out_len: *mut usize,
    max_out_len: usize,
    in_: *const u8,
    in_len: usize,
) -> c_int