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()
428 if (!sae->tmp->own_commit_element_ecc) { in sae_derive_commit_element_ecc()
429 sae->tmp->own_commit_element_ecc = in sae_derive_commit_element_ecc()
431 if (!sae->tmp->own_commit_element_ecc) in sae_derive_commit_element_ecc()
436 sae->tmp->own_commit_element_ecc) < 0 || in sae_derive_commit_element_ecc()
438 sae->tmp->own_commit_element_ecc) < 0) { in sae_derive_commit_element_ecc()
669 sae->tmp->own_commit_element_ecc, in sae_write_commit()
1012 sae->tmp->own_commit_element_ecc, in sae_write_confirm()
1045 sae->tmp->own_commit_element_ecc, in sae_check_confirm()
Dsae.h25 struct crypto_ec_point *own_commit_element_ecc; member