wc_GmacSetKey

Function wc_GmacSetKey 

Source
pub unsafe extern "C" fn wc_GmacSetKey(
    gmac: *mut Gmac,
    key: *const byte,
    len: word32,
) -> c_int