/third_party/libwebsockets/lib/jose/jwe/enc/ |
D | aesgcm.c | 54 uint8_t *enc_cek, uint8_t *aad, int aad_len) in lws_jwe_encrypt_gcm() 118 uint8_t *enc_cek, uint8_t *aad, int aad_len) in lws_jwe_auth_and_decrypt_gcm()
|
D | aescbc.c | 30 uint8_t *aad, int aad_len) in lws_jwe_encrypt_cbc_hs() 163 uint8_t *aad, int aad_len) in lws_jwe_auth_and_decrypt_cbc_hs()
|
/third_party/mbedtls/library/ |
D | chachapoly.c | 171 size_t aad_len ) in mbedtls_chachapoly_update_aad() 283 size_t aad_len, in chachapoly_crypt_and_tag() 312 size_t aad_len, in mbedtls_chachapoly_encrypt_and_tag() 333 size_t aad_len, in mbedtls_chachapoly_auth_decrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | mesh_rsn.c | 541 const size_t aad_len[] = { ETH_ALEN, ETH_ALEN, ie - cat }; in mesh_rsn_protect_frame() local 645 const size_t aad_len[] = { ETH_ALEN, ETH_ALEN, in mesh_rsn_process_ampe() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth.c | 1544 size_t aad_len[1]; in __wpa_send_eapol() local 2342 size_t aad_len[1]; in wpa_aead_decrypt() local 2492 size_t aad_len[5]; in fils_decrypt_assoc() local 2582 size_t aad_len[5]; in fils_encrypt_assoc() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth.c | 1606 size_t aad_len[1]; in __wpa_send_eapol() local 2439 size_t aad_len[1]; in wpa_aead_decrypt() local 2589 size_t aad_len[5]; in fils_decrypt_assoc() local 2679 size_t aad_len[5]; in fils_encrypt_assoc() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa.c | 105 size_t aad_len[1]; in wpa_eapol_key_send() local 2125 size_t aad_len[1]; in wpa_supp_aead_decrypt() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
|
/third_party/openssl/test/ |
D | evp_test.c | 484 size_t aad_len; member
|