Function wolf_crypto_sys::wc_GmacUpdate
source ยท pub unsafe extern "C" fn wc_GmacUpdate(
gmac: *mut Gmac,
iv: *const byte,
ivSz: word32,
authIn: *const byte,
authInSz: word32,
authTag: *mut byte,
authTagSz: word32,
) -> c_int