Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c88 crypto_ec_point_deinit(tmp->own_commit_element_ecc, 0); in sae_clear_temp_data()
607 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc()
608 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc()
610 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc()
615 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc()
617 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc()
866 sae->tmp->own_commit_element_ecc, in sae_write_commit()
1135 (!sae->tmp->own_commit_element_ecc || in sae_parse_commit()
1137 sae->tmp->own_commit_element_ecc, in sae_parse_commit()
1242 sae->tmp->own_commit_element_ecc, in sae_write_confirm()
[all …]
Dsae.h28 struct crypto_ec_point *own_commit_element_ecc; member