Function wolfssl_sys::wc_HmacSetKey

source ·
pub unsafe extern "C" fn wc_HmacSetKey(
    hmac: *mut Hmac,
    type_: c_int,
    key: *const byte,
    keySz: word32
) -> c_int