Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_crypto.h188 int qdf_crypto_aes_gmac(const uint8_t *key, uint16_t key_length,
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_crypto.c668 int qdf_crypto_aes_gmac(const uint8_t *key, uint16_t key_length, in qdf_crypto_aes_gmac() function
738 int qdf_crypto_aes_gmac(uint8_t *key, uint16_t key_length, in qdf_crypto_aes_gmac() function
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_api.h836 return qdf_crypto_aes_gmac(key, key_len, iv, aad, in wlan_crypto_aes_gmac()