aws_lc_sys

Function EVP_DecryptUpdate

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