aws_lc_sys

Function EVP_DecodeUpdate

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