Home
last modified time | relevance | path

Searched defs:aad_len (Results 1 – 14 of 14) sorted by relevance

/third_party/libwebsockets/lib/jose/jwe/enc/
Daesgcm.c54 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()
Daescbc.c30 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/
Dchachapoly.c171 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/
Daes-gcm.c229 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()
Daes-ccm.c29 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/
Daes-gcm.c229 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()
Daes-ccm.c29 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/
Dmesh_rsn.c541 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/
Dmesh_rsn.c540 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/
Dwpa_auth.c1544 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/
Dwpa_auth.c1606 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/
Dwpa.c105 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/
Dwpa.c107 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/
Devp_test.c484 size_t aad_len; member