Function wolf_crypto_sys::wc_HmacSetKey_ex

source ยท
pub unsafe extern "C" fn wc_HmacSetKey_ex(
    hmac: *mut Hmac,
    type_: c_int,
    key: *const byte,
    length: word32,
    allowFlag: c_int,
) -> c_int