Home
last modified time | relevance | path

Searched refs:crypto_ec_deinit (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h704 void crypto_ec_deinit(struct crypto_ec *e);
Dcrypto_wolfssl.c1334 crypto_ec_deinit(e); in crypto_ec_init()
1341 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit() function
1702 crypto_ec_deinit(ecdh->ec); in crypto_ecdh_deinit()
Dcrypto_openssl.c1617 crypto_ec_deinit(e); in crypto_ec_init()
1625 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit() function
2081 crypto_ec_deinit(ecdh->ec); in crypto_ecdh_deinit()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pwd.c158 crypto_ec_deinit(data->grp->group); in eap_pwd_reset()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c160 crypto_ec_deinit(data->grp->group); in eap_pwd_deinit()
/external/wpa_supplicant_8/src/common/
Dsae.c109 crypto_ec_deinit(tmp->ec); in sae_clear_temp_data()