Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dsae.c112 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data()
1443 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc()
1969 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()
1970 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc()
1972 if (!sae->tmp->peer_commit_element_ecc) { in sae_parse_commit_element_ecc()
1978 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc()
2257 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit()
2374 sae->tmp->peer_commit_element_ecc, in sae_write_confirm()
2417 if (!sae->tmp->peer_commit_element_ecc || in sae_check_confirm()
2420 sae->tmp->peer_commit_element_ecc, in sae_check_confirm()
H A Dsae.h48 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()