openssl_sys

Function HMAC_Update

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