/hostap/wlantest/ |
D | ccmp.c | 20 u8 *aad, size_t *aad_len, u8 *nonce) in ccmp_aad_nonce() 92 u8 *aad, size_t *aad_len, u8 *nonce) in ccmp_aad_nonce_pv1() 158 u8 aad[30], nonce[13]; in ccmp_decrypt() local 211 u8 aad[30], nonce[13]; in ccmp_encrypt() local 261 u8 aad[24], nonce[13]; in ccmp_encrypt_pv1() local 302 u8 aad[30], nonce[13]; in ccmp_256_decrypt() local 344 u8 aad[30], nonce[13]; in ccmp_256_encrypt() local
|
D | gcmp.c | 20 u8 *aad, size_t *aad_len, u8 *nonce) in gcmp_aad_nonce() 85 u8 aad[30], nonce[12], *plain; in gcmp_decrypt() local 126 u8 aad[30], nonce[12], *crypt, *pos; in gcmp_encrypt() local
|
D | rx_mgmt.c | 1341 const u8 *aad[5]; in try_rmsk() local 1571 const u8 *aad[5]; in decrypt_fils_assoc_resp() local
|
/hostap/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_openssl.c | 5211 hpke_aead_seal(struct hpke_context *ctx, const u8 *aad, size_t aad_len, in hpke_aead_seal() 5272 const u8 *aad, size_t aad_len, in hpke_base_seal_int() 5370 hpke_aead_open(struct hpke_context *ctx, const u8 *aad, size_t aad_len, in hpke_aead_open() 5436 const u8 *aad, size_t aad_len, in hpke_base_open_int() 5531 const u8 *aad, size_t aad_len, in hpke_base_seal() 5600 const u8 *aad, size_t aad_len, in hpke_base_open() 5668 const u8 *aad, size_t aad_len, in hpke_base_seal() 5681 const u8 *aad, size_t aad_len, in hpke_base_open()
|
D | crypto_module_tests.c | 2207 const char *aad; member 2320 struct wpabuf *info, *pk_r, *sk_r, *enc, *pt, *aad, *ct; in run_hpke_test() local
|
/hostap/tests/ |
D | test-aes.c | 61 char *aad; member 237 u8 k[32], aad[32], iv[64], t[16], tag[16]; in test_gcm() local
|
/hostap/wpa_supplicant/ |
D | mesh_rsn.c | 558 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; in mesh_rsn_protect_frame() local 658 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; in mesh_rsn_process_ampe() local
|
D | dpp_supplicant.c | 3834 const u8 *aad; in wpas_dpp_send_private_peer_intro_update() local
|
/hostap/src/ap/ |
D | wpa_auth.c | 2144 const u8 *aad[1]; local 3128 const u8 *aad[1]; local 3278 const u8 *aad[5]; local 3368 const u8 *aad[5]; local
|
D | dpp_hostapd.c | 2824 const u8 *aad = hdr; in hostapd_dpp_rx_priv_peer_intro_update() local
|
/hostap/src/rsn_supp/ |
D | wpa.c | 145 const u8 *aad[1]; in wpa_eapol_key_send() local 3702 const u8 *aad[1]; in wpa_supp_aead_decrypt() local
|