Searched refs:peer_commit_element_ecc (Results 1 – 2 of 2) sorted by relevance
119 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data()852 sae->tmp->peer_commit_element_ecc, K) < 0 || in sae_derive_k_ecc()1199 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()1200 sae->tmp->peer_commit_element_ecc = in sae_parse_commit_element_ecc()1202 if (sae->tmp->peer_commit_element_ecc == NULL) in sae_parse_commit_element_ecc()1206 sae->tmp->peer_commit_element_ecc)) { in sae_parse_commit_element_ecc()1361 sae->tmp->peer_commit_element_ecc) != 0))) in sae_parse_commit()1468 sae->tmp->peer_commit_element_ecc, in sae_write_confirm()1497 if (!sae->tmp->peer_commit_element_ecc || in sae_check_confirm()1501 sae->tmp->peer_commit_element_ecc, in sae_check_confirm()
30 struct crypto_ec_point *peer_commit_element_ecc; member