Function HMAC_Update

Source
pub unsafe extern "C" fn HMAC_Update(
    ctx: *mut hmac_ctx_st,
    data: *const u8,
    len: usize,
) -> i32