/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/openssl/providers/implementations/ciphers/ |
D | ciphercommon_gcm_hw.c | 21 size_t aad_len) in ossl_gcm_aad_update() 51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot()
|
D | cipher_rc4_hmac_md5_hw.c | 166 unsigned char *aad, size_t aad_len) in cipher_hw_rc4_hmac_md5_tls_init()
|
D | ciphercommon_gcm.c | 446 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len) in gcm_tls_init()
|
D | cipher_aes_cbc_hmac_sha1_hw.c | 664 unsigned char *aad_rec, int aad_len) in aesni_cbc_hmac_sha1_set_tls1_aad()
|
D | cipher_aes_cbc_hmac_sha256_hw.c | 717 unsigned char *aad_rec, int aad_len) in aesni_cbc_hmac_sha256_set_tls1_aad()
|
/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/openssl/test/ |
D | acvp_test.c | 720 const unsigned char *aad, size_t aad_len, in aes_ccm_enc_dec() 807 const unsigned char *aad, size_t aad_len, in aes_gcm_enc_dec()
|
D | evp_test.c | 537 size_t aad_len[AAD_NUM]; member
|
/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
|