Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Dsae.c108 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data()
633 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc()
986 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()
987 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc()
989 if (sae->tmp->peer_commit_element_ecc == NULL) in sae_parse_commit_element_ecc()
993 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc()
1148 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit()
1255 sae->tmp->peer_commit_element_ecc, in sae_write_confirm()
1284 if (!sae->tmp->peer_commit_element_ecc || in sae_check_confirm()
1288 sae->tmp->peer_commit_element_ecc, in sae_check_confirm()
H A Dsae.h30 struct crypto_ec_point *peer_commit_element_ecc; member