[][src]Function hactool_sys::mbedtls_aes_cmac_prf_128

pub unsafe extern "C" fn mbedtls_aes_cmac_prf_128(
    key: *const c_uchar,
    key_len: usize,
    input: *const c_uchar,
    in_len: usize,
    output: *mut c_uchar
) -> c_int

\brief AES-CMAC-128-PRF Implementation of (AES-CMAC-PRF-128), as defined in RFC 4615

\param key PRF key \param key_len PRF key length in bytes \param input buffer holding the input data \param in_len length of the input data in bytes \param output buffer holding the generated pseudorandom output (16 bytes)

\return 0 if successful