Function wolfssl_sys::wc_HmacUpdate

source ·
pub unsafe extern "C" fn wc_HmacUpdate(
    hmac: *mut Hmac,
    in_: *const byte,
    sz: word32
) -> c_int