Searched refs:own_commit_element_ecc (Results 1 – 3 of 3) sorted by relevance
107 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 …]
363 sae.tmp->own_commit_element_ecc) < 0 || in sae_tests()365 sae.tmp->own_commit_element_ecc) < 0) in sae_tests()
28 struct crypto_ec_point *own_commit_element_ecc; member