Function wolf_crypto_sys::wc_HmacUpdate

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