Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c109 crypto_ec_point_deinit(tmp->own_commit_element_ecc, 0); in sae_clear_temp_data()
1290 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc()
1291 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc()
1293 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc()
1298 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc()
1300 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc()
1694 sae->tmp->own_commit_element_ecc, in sae_write_commit()
2138 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit()
2140 sae->tmp->own_commit_element_ecc, in sae_parse_commit()
2256 sae->tmp->own_commit_element_ecc, in sae_write_confirm()
[all …]
Dsae.h45 struct crypto_ec_point *own_commit_element_ecc; member
Dcommon_module_tests.c431 sae.tmp->own_commit_element_ecc) < 0 || in sae_tests()
433 sae.tmp->own_commit_element_ecc) < 0) in sae_tests()
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()