Home
last modified time | relevance | path

Searched refs:crypto_ec_point_deinit (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c87 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()
743 crypto_ec_point_deinit(K, 1); in sae_derive_k_ecc()
1023 crypto_ec_point_deinit(sae->tmp->peer_commit_element_ecc, 0); in sae_parse_commit_element_ecc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h718 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear);
Dcrypto_openssl.c1484 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit() function