Searched defs:aad (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A 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()
|
H A 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()
|
/dflybsd-src/sys/netproto/802_11/wlan_ccmp/ |
H A D | ieee80211_crypto_ccmp.c | 428 uint8_t aad[2 * AES_BLOCK_LEN], b0[AES_BLOCK_LEN], b[AES_BLOCK_LEN], in ccmp_encrypt() local 572 uint8_t aad[2 * AES_BLOCK_LEN]; in ccmp_decrypt() local
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | mesh_rsn.c | 540 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; in mesh_rsn_protect_frame() local 644 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; in mesh_rsn_process_ampe() local
|
/dflybsd-src/crypto/libressl/crypto/modes/ |
H A D | ccm128.c | 105 const unsigned char *aad,size_t alen) in CRYPTO_ccm128_aad()
|
H A D | gcm128.c | 830 int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx,const unsigned char *aad,size_t len)
|
/dflybsd-src/contrib/wpa_supplicant/src/ap/ |
H A D | wpa_auth.c | 1537 const u8 *aad[1]; in __wpa_send_eapol() local 2332 const u8 *aad[1]; in wpa_aead_decrypt() local 2482 const u8 *aad[5]; in fils_decrypt_assoc() local 2572 const u8 *aad[5]; in fils_encrypt_assoc() local
|
/dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/ |
H A D | wpa.c | 104 const u8 *aad[1]; in wpa_eapol_key_send() local 2124 const u8 *aad[1]; in wpa_supp_aead_decrypt() local
|