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.c89 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data()
731 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc()
1023 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()
1024 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc()
1026 if (sae->tmp->peer_commit_element_ecc == NULL) in sae_parse_commit_element_ecc()
1030 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc()
1138 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit()
1244 sae->tmp->peer_commit_element_ecc, in sae_write_confirm()
1273 sae->tmp->peer_commit_element_ecc, in sae_check_confirm()
Dsae.h30 struct crypto_ec_point *peer_commit_element_ecc; member