/hostap-3.7.0/wlantest/ |
D | ccmp.c | 19 u8 *aad, size_t *aad_len, u8 *nonce) in ccmp_aad_nonce() 82 u8 *aad, size_t *aad_len, u8 *nonce) in ccmp_aad_nonce_pv1() 142 size_t aad_len; in ccmp_decrypt() local 194 size_t aad_len, plen; in ccmp_encrypt() local 244 size_t aad_len, plen; in ccmp_encrypt_pv1() local 284 size_t aad_len; in ccmp_256_decrypt() local 325 size_t aad_len, plen; in ccmp_256_encrypt() local
|
D | gcmp.c | 19 u8 *aad, size_t *aad_len, u8 *nonce) in gcmp_aad_nonce() 79 size_t aad_len, mlen; in gcmp_decrypt() local 120 size_t aad_len, plen; in gcmp_encrypt() local
|
D | rx_mgmt.c | 487 size_t aad_len[5]; in try_rmsk() local 657 size_t aad_len[5]; in decrypt_fils_assoc_resp() local
|
/hostap-3.7.0/src/crypto/ |
D | aes-gcm.c | 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() 256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae() 290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) in aes_gcm_ad() 323 const u8 *aad, size_t aad_len, u8 *tag) in aes_gmac()
|
D | aes-ccm.c | 29 const u8 *aad, size_t aad_len, size_t plain_len, in aes_ccm_auth_start() 150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
D | crypto_mbedtls.c | 706 size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 730 size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
/hostap-3.7.0/wpa_supplicant/ |
D | mesh_rsn.c | 540 const size_t aad_len[] = { ETH_ALEN, ETH_ALEN, ie - cat }; in mesh_rsn_protect_frame() local 640 const size_t aad_len[] = { ETH_ALEN, ETH_ALEN, in mesh_rsn_process_ampe() local
|
/hostap-3.7.0/tests/ |
D | test-aes.c | 239 size_t k_len, p_len, aad_len, iv_len; in test_gcm() local
|
/hostap-3.7.0/src/ap/ |
D | wpa_auth.c | 1600 size_t aad_len[1]; in __wpa_send_eapol() local 2430 size_t aad_len[1]; in wpa_aead_decrypt() local 2580 size_t aad_len[5]; in fils_decrypt_assoc() local 2670 size_t aad_len[5]; in fils_encrypt_assoc() local
|
/hostap-3.7.0/src/rsn_supp/ |
D | wpa.c | 107 size_t aad_len[1]; in wpa_eapol_key_send() local 2404 size_t aad_len[1]; in wpa_supp_aead_decrypt() local
|