Home
last modified time | relevance | path

Searched refs:qdf_crypto_aes_128_cmac (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_crypto.h201 int qdf_crypto_aes_128_cmac(const uint8_t *key, const uint8_t *data,
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_crypto.c258 int qdf_crypto_aes_128_cmac(const uint8_t *key, const uint8_t *data, in qdf_crypto_aes_128_cmac() function
316 int qdf_crypto_aes_128_cmac(const uint8_t *key, const uint8_t *data, in qdf_crypto_aes_128_cmac() function
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_api.h847 return qdf_crypto_aes_128_cmac(key, data, data_len, mac); in omac1_aes_128()