Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Dsae.c107 crypto_ec_point_deinit(tmp->own_commit_element_ecc, 0); in sae_clear_temp_data()
532 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc()
533 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc()
535 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc()
540 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc()
542 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc()
774 sae->tmp->own_commit_element_ecc, in sae_write_commit()
1145 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit()
1147 sae->tmp->own_commit_element_ecc, in sae_parse_commit()
1253 sae->tmp->own_commit_element_ecc, in sae_write_confirm()
[all …]
H A Dcommon_module_tests.c363 sae.tmp->own_commit_element_ecc) < 0 || in sae_tests()
365 sae.tmp->own_commit_element_ecc) < 0) in sae_tests()
H A Dsae.h28 struct crypto_ec_point *own_commit_element_ecc; member