Home
last modified time | relevance | path

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

/hostap-3.6.0/src/common/
Dsae.c109 crypto_ec_point_deinit(tmp->own_commit_element_ecc, 0); in sae_clear_temp_data()
1280 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc()
1281 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc()
1283 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc()
1288 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc()
1290 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc()
1682 sae->tmp->own_commit_element_ecc, in sae_write_commit()
2148 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit()
2150 sae->tmp->own_commit_element_ecc, in sae_parse_commit()
2266 sae->tmp->own_commit_element_ecc, in sae_write_confirm()
[all …]
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()
Dsae.h45 struct crypto_ec_point *own_commit_element_ecc; member
Dsae_pk.c561 if (crypto_ec_point_to_bin(tmp->ec, ap ? tmp->own_commit_element_ecc : in sae_pk_hash_sig_data()
567 tmp->own_commit_element_ecc, in sae_pk_hash_sig_data()