Home
last modified time | relevance | path

Searched refs:aes_siv_decrypt (Results 1 – 14 of 14) sorted by relevance

/hostap-latest/src/crypto/
Daes_siv.h16 int aes_siv_decrypt(const u8 *key, size_t key_len,
Daes-siv.c162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt() function
Dcrypto_module_tests.c107 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()
/hostap-latest/src/common/
Ddpp_auth.c806 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()
Ddpp_backup.c1172 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()
Ddpp_reconfig.c791 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_reconfig_auth_resp_rx()
903 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_reconfig_auth_conf_rx()
Ddpp_pkex.c1074 if (aes_siv_decrypt(pkex->z, curve->hash_len, in dpp_pkex_rx_commit_reveal_req()
1254 if (aes_siv_decrypt(pkex->z, curve->hash_len, in dpp_pkex_rx_commit_reveal_resp()
Dsae_pk.c825 if (aes_siv_decrypt(tmp->kek, tmp->kek_len, in sae_check_confirm_pk()
Ddpp.c2320 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_req_rx()
3337 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_resp_rx()
3548 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_result_rx()
3707 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conn_status_result_rx()
/hostap-latest/wpa_supplicant/
Dmesh_rsn.c707 if (aes_siv_decrypt(sta->aek, sizeof(sta->aek), crypt, crypt_len, 3, in mesh_rsn_process_ampe()
/hostap-latest/wlantest/
Drx_mgmt.c1079 if (aes_siv_decrypt(ptk.kek, ptk.kek_len, in try_rmsk()
1300 if (aes_siv_decrypt(sta->ptk.kek, sta->ptk.kek_len, in decrypt_fils_assoc_resp()
/hostap-latest/src/ap/
Dwpa_auth_ft.c109 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt()
118 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt()
Dwpa_auth.c3077 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, key_data_len,
3268 if (aes_siv_decrypt(sm->PTK.kek, sm->PTK.kek_len, crypt, end - crypt,
/hostap-latest/src/rsn_supp/
Dwpa.c3695 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, *key_data_len, in wpa_supp_aead_decrypt()