Searched refs:aad (Results 1 – 16 of 16) sorted by relevance
/wlan-driver/wpa_supplicant_8/src/crypto/ |
H A D | aes-gcm.c |
|
H A D | aes_wrap.h |
|
H A D | aes-ccm.c |
|
H A D | crypto_module_tests.c |
|
H A D | crypto.h |
|
H A D | crypto_openssl.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_fils.c | 1991 const uint8_t *aad[6]; in fils_aead_encrypt() local 2022 aad[0] = own_mac; in fils_aead_encrypt() 2024 aad[1] = bssid; in fils_aead_encrypt() 2026 aad[2] = snonce; in fils_aead_encrypt() 2028 aad[3] = anonce; in fils_aead_encrypt() 2030 aad[4] = data; in fils_aead_encrypt() 2033 aad[5] = buf; in fils_aead_encrypt() 2038 ret = qdf_aes_s2v(kek, kek_len/2, aad, aad_len, 6, v); in fils_aead_encrypt() 2138 const uint8_t *aad[6]; in fils_aead_decrypt() local 2186 aad[0] = bssid; in fils_aead_decrypt() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/ |
H A D | wlan_crypto_global_api.h | 833 const uint8_t *aad, size_t aad_len, in wlan_crypto_aes_gmac() argument 836 return qdf_crypto_aes_gmac(key, key_len, iv, aad, in wlan_crypto_aes_gmac() 837 aad + AAD_LEN, in wlan_crypto_aes_gmac()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | mesh_rsn.c |
|
H A D | dpp_supplicant.c |
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_crypto.h | 189 uint8_t *iv, const uint8_t *aad,
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | wpa_auth.c |
|
H A D | dpp_hostapd.c |
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_crypto.c | 669 uint8_t *iv, const uint8_t *aad, in qdf_crypto_aes_gmac() argument 713 qdf_mem_copy(aad_ptr, aad, AAD_LEN); in qdf_crypto_aes_gmac() 739 uint8_t *iv, uint8_t *aad, uint8_t *data, in qdf_crypto_aes_gmac() argument
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/ |
H A D | wlan_crypto_global_api.c | 2113 uint8_t *pn, *aad, *buf, *efrm, nonce[12]; in wlan_crypto_add_mmie() local 2185 aad = buf; in wlan_crypto_add_mmie() 2189 aad[0] = hdr->i_fc[0]; in wlan_crypto_add_mmie() 2191 aad[1] = (hdr->i_fc[1] & ~(WLAN_FC1_RETRY | WLAN_FC1_PWRMGT in wlan_crypto_add_mmie() 2194 qdf_mem_copy(aad + 2, hdr->i_addr1, QDF_MAC_ADDR_SIZE); in wlan_crypto_add_mmie() 2195 qdf_mem_copy(aad + 8, hdr->i_addr2, QDF_MAC_ADDR_SIZE); in wlan_crypto_add_mmie() 2196 qdf_mem_copy(aad + 14, hdr->i_addr3, QDF_MAC_ADDR_SIZE); in wlan_crypto_add_mmie() 2240 uint8_t *ipn, *aad, *buf, *mic, nonce[12]; in wlan_crypto_is_mmie_valid() local 2319 aad = buf; in wlan_crypto_is_mmie_valid() 2326 aad[0] = hdr->i_fc[0]; in wlan_crypto_is_mmie_valid() [all …]
|
/wlan-driver/wpa_supplicant_8/src/rsn_supp/ |
H A D | wpa.c |
|