Searched refs:qdf_crypto_aes_128_cmac (Results 1 – 3 of 3) sorted by relevance
201 int qdf_crypto_aes_128_cmac(const uint8_t *key, const uint8_t *data,
258 int qdf_crypto_aes_128_cmac(const uint8_t *key, const uint8_t *data, in qdf_crypto_aes_128_cmac() function316 int qdf_crypto_aes_128_cmac(const uint8_t *key, const uint8_t *data, in qdf_crypto_aes_128_cmac() function
847 return qdf_crypto_aes_128_cmac(key, data, data_len, mac); in omac1_aes_128()