Home
last modified time | relevance | path

Searched refs:peer_commit_element_ecc (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c119 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data()
852 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc()
1199 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()
1200 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc()
1202 if (sae->tmp->peer_commit_element_ecc == NULL) in sae_parse_commit_element_ecc()
1206 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc()
1361 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit()
1468 sae->tmp->peer_commit_element_ecc, in sae_write_confirm()
1497 if (!sae->tmp->peer_commit_element_ecc || in sae_check_confirm()
1501 sae->tmp->peer_commit_element_ecc, in sae_check_confirm()
Dsae.h30 struct crypto_ec_point *peer_commit_element_ecc; member