Home
last modified time | relevance | path

Searched refs:own_commit_element_ecc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dsae.c111 crypto_ec_point_deinit(tmp->own_commit_element_ecc, 0); in sae_clear_temp_data()
1302 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc()
1303 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc()
1305 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc()
1310 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc()
1312 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc()
1722 sae->tmp->own_commit_element_ecc, in sae_write_commit()
2299 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit()
2301 sae->tmp->own_commit_element_ecc, in sae_parse_commit()
2417 sae->tmp->own_commit_element_ecc, in sae_write_confirm()
[all …]
H A Dcommon_module_tests.c413 sae.tmp->own_commit_element_ecc) < 0 || in sae_tests()
415 sae.tmp->own_commit_element_ecc) < 0) in sae_tests()
H A Dsae.h46 struct crypto_ec_point *own_commit_element_ecc; member
H A Dsae_pk.c567 if (crypto_ec_point_to_bin(tmp->ec, ap ? tmp->own_commit_element_ecc : in sae_pk_hash_sig_data()
573 tmp->own_commit_element_ecc, in sae_pk_hash_sig_data()