[][src]Function psa_crypto_sys::psa_mac_verify

pub unsafe extern "C" fn psa_mac_verify(
    handle: u16,
    alg: u32,
    input: *const u8,
    input_length: usize,
    mac: *const u8,
    mac_length: usize
) -> i32