Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/common/
Ddpp.c2229 if (aes_siv_decrypt(auth->k1, auth->curve->hash_len, in dpp_auth_req_rx()
2481 if (aes_siv_decrypt(auth->k1, auth->curve->hash_len, in dpp_auth_resp_rx_status()
2672 if (aes_siv_decrypt(auth->k2, auth->curve->hash_len, in dpp_auth_resp_rx()
2746 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_auth_resp_rx()
2888 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_auth_conf_rx()
3424 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_req_rx()
4289 if (aes_siv_decrypt(auth->ke, auth->curve->hash_len, in dpp_conf_resp_rx()
5693 if (aes_siv_decrypt(pkex->z, curve->hash_len, in dpp_pkex_rx_commit_reveal_req()
5897 if (aes_siv_decrypt(pkex->z, curve->hash_len, in dpp_pkex_rx_commit_reveal_resp()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c680 if (aes_siv_decrypt(sta->aek, sizeof(sta->aek), crypt, crypt_len, 3, in mesh_rsn_process_ampe()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c2184 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, key_data_len, in wpa_aead_decrypt()
2375 if (aes_siv_decrypt(sm->PTK.kek, sm->PTK.kek_len, crypt, end - crypt, in fils_decrypt_assoc()
Dwpa_auth_ft.c96 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len, in wpa_ft_rrb_decrypt()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c1948 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, *key_data_len, in wpa_supp_aead_decrypt()