Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/common/
H A Dsae.c110 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data()
1441 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc()
1934 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()
1935 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc()
1937 if (sae->tmp->peer_commit_element_ecc == NULL) in sae_parse_commit_element_ecc()
1941 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc()
2151 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit()
2268 sae->tmp->peer_commit_element_ecc, in sae_write_confirm()
2310 if (!sae->tmp->peer_commit_element_ecc || in sae_check_confirm()
2313 sae->tmp->peer_commit_element_ecc, in sae_check_confirm()
H A Dsae.h47 struct crypto_ec_point *peer_commit_element_ecc; member
H A Dsae_pk.c562 tmp->peer_commit_element_ecc, in sae_pk_hash_sig_data()
566 if (crypto_ec_point_to_bin(tmp->ec, ap ? tmp->peer_commit_element_ecc : in sae_pk_hash_sig_data()