Function HMAC_Update

Source
pub unsafe extern "C" fn HMAC_Update(
    ctx: *mut HMAC_CTX,
    data: *const c_uchar,
    len: size_t,
) -> c_int