Skip to main content

wc_GmacVerify

Function wc_GmacVerify 

Source
pub unsafe extern "C" fn wc_GmacVerify(
    key: *const byte,
    keySz: word32,
    iv: *const byte,
    ivSz: word32,
    authIn: *const byte,
    authInSz: word32,
    authTag: *const byte,
    authTagSz: word32,
) -> c_int