/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes_siv.h | 16 int aes_siv_decrypt(const u8 *key, size_t key_len,
|
H A D | aes-siv.c | 162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() function
|
H A D | crypto_module_tests.c | 107 if (aes_siv_decrypt(key, sizeof(key), iv_c, sizeof(iv_c), in test_siv() 138 if (aes_siv_decrypt(key_2, sizeof(key_2), iv_c_2, sizeof(iv_c_2), in test_siv()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes_siv.h | 16 int aes_siv_decrypt(const u8 *key, size_t key_len,
|
H A D | aes-siv.c | 162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() function
|
H A D | crypto_module_tests.c | 107 if (aes_siv_decrypt(key, sizeof(key), iv_c, sizeof(iv_c), in test_siv() 138 if (aes_siv_decrypt(key_2, sizeof(key_2), iv_c_2, sizeof(iv_c_2), in test_siv()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 806 if (aes_siv_decrypt(auth->k1, auth->curve->hash_len, in dpp_auth_req_rx() 1343 if (aes_siv_decrypt(auth->k1, auth->curve->hash_len, in dpp_auth_resp_rx_status() 1592 if (aes_siv_decrypt(auth->k2, auth->curve->hash_len, in dpp_auth_resp_rx() 1683 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_auth_resp_rx() 1774 if (aes_siv_decrypt(auth->k2, auth->curve->hash_len, in dpp_auth_conf_rx_failure() 1936 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_auth_conf_rx()
|
H A D | dpp_backup.c | 1172 res = aes_siv_decrypt(kek, data.pbkdf2_key_len, in dpp_conf_resp_env_data() 1191 res = aes_siv_decrypt(cont_encr_key, cont_encr_key_len, in dpp_conf_resp_env_data()
|
H A D | dpp_reconfig.c | 775 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_reconfig_auth_resp_rx() 887 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_reconfig_auth_conf_rx()
|
H A D | dpp_pkex.c | 1065 if (aes_siv_decrypt(pkex->z, curve->hash_len, in dpp_pkex_rx_commit_reveal_req() 1245 if (aes_siv_decrypt(pkex->z, curve->hash_len, in dpp_pkex_rx_commit_reveal_resp()
|
H A D | sae_pk.c | 825 if (aes_siv_decrypt(tmp->kek, tmp->kek_len, in sae_check_confirm_pk()
|
H A D | dpp.c | 1925 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_req_rx() 2896 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_resp_rx() 3041 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_result_rx() 3200 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conn_status_result_rx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 3209 if (aes_siv_decrypt(auth->k1, auth->curve->hash_len, in dpp_auth_req_rx() 3577 if (aes_siv_decrypt(auth->k1, auth->curve->hash_len, in dpp_auth_resp_rx_status() 3818 if (aes_siv_decrypt(auth->k2, auth->curve->hash_len, in dpp_auth_resp_rx() 3909 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_auth_resp_rx() 4000 if (aes_siv_decrypt(auth->k2, auth->curve->hash_len, in dpp_auth_conf_rx_failure() 4157 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_auth_conf_rx() 5012 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_req_rx() 5950 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_resp_rx() 6049 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_result_rx() 7951 if (aes_siv_decrypt(pke in dpp_pkex_rx_commit_reveal_req() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_rsn.c | 693 if (aes_siv_decrypt(sta->aek, sizeof(sta->aek), crypt, crypt_len, 3, in mesh_rsn_process_ampe()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_rsn.c | 701 if (aes_siv_decrypt(sta->aek, sizeof(sta->aek), crypt, crypt_len, 3, in mesh_rsn_process_ampe()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 2483 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, key_data_len, in wpa_aead_decrypt() 2674 if (aes_siv_decrypt(sm->PTK.kek, sm->PTK.kek_len, crypt, end - crypt, in fils_decrypt_assoc()
|
H A D | wpa_auth_ft.c | 105 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt() 114 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 2364 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, key_data_len, in wpa_aead_decrypt() 2555 if (aes_siv_decrypt(sm->PTK.kek, sm->PTK.kek_len, crypt, end - crypt, in fils_decrypt_assoc()
|
H A D | wpa_auth_ft.c | 104 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt() 113 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 2152 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, *key_data_len, in wpa_supp_aead_decrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 3510 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, *key_data_len,
|