Searched refs:crypto_ec_point_deinit (Results 1 – 3 of 3) sorted by relevance
87 crypto_ec_point_deinit(tmp->pwe_ecc, 1); in sae_clear_temp_data()88 crypto_ec_point_deinit(tmp->own_commit_element_ecc, 0); in sae_clear_temp_data()89 crypto_ec_point_deinit(tmp->peer_commit_element_ecc, 0); in sae_clear_temp_data()360 crypto_ec_point_deinit(pwe_tmp, 1); in sae_derive_pwe_ecc()553 crypto_ec_point_deinit(K, 1); in sae_derive_k_ecc()826 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()
686 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear);
1108 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit() function