Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c101 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data()
1396 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc()
1886 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()
1887 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc()
1889 if (!sae->tmp->peer_commit_element_ecc) { in sae_parse_commit_element_ecc()
1895 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc()
2115 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit()
2240 sae->tmp->peer_commit_element_ecc, in sae_write_confirm()
2282 if (!sae->tmp->peer_commit_element_ecc || in sae_check_confirm()
2286 sae->tmp->peer_commit_element_ecc, in sae_check_confirm()
Dsae.h51 struct crypto_ec_point *peer_commit_element_ecc; member
Dsae_pk.c499 tmp->peer_commit_element_ecc, in sae_pk_hash_sig_data()
504 if (crypto_ec_point_to_bin(tmp->ec, ap ? tmp->peer_commit_element_ecc : in sae_pk_hash_sig_data()