Home
last modified time | relevance | path

Searched refs:own_commit_element_ecc (Results 1 – 3 of 3) 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()
1279 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc()
1280 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc()
1282 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc()
1287 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc()
1289 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc()
1649 sae->tmp->own_commit_element_ecc, in sae_write_commit()
2093 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit()
2095 sae->tmp->own_commit_element_ecc, in sae_parse_commit()
2210 sae->tmp->own_commit_element_ecc, in sae_write_confirm()
[all …]
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.h29 struct crypto_ec_point *own_commit_element_ecc; member