Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c1072 crypto_ec_deinit(ec); in dpp_auth_derive_l_responder()
1113 crypto_ec_deinit(ec); in dpp_auth_derive_l_initiator()
1501 crypto_ec_deinit(ec); in dpp_pkex_derive_Qi()
1577 crypto_ec_deinit(ec); in dpp_pkex_derive_Qr()
1754 crypto_ec_deinit(ec); in dpp_reconfig_derive_ke_responder()
1842 crypto_ec_deinit(ec); in dpp_reconfig_derive_ke_initiator()
2253 crypto_ec_deinit(ec); in dpp_gen_reconfig_id()
2313 crypto_ec_deinit(id->ec); in dpp_free_reconfig_id()
2351 crypto_ec_deinit(ec); in dpp_decrypt_e_id()
2402 crypto_ec_deinit(ec); in dpp_test_gen_invalid_key()
Ddpp_pkex.c155 crypto_ec_deinit(ec); in dpp_pkex_build_exchange_req()
567 crypto_ec_deinit(ec); in dpp_pkex_rx_exchange_req()
888 crypto_ec_deinit(ec); in dpp_pkex_rx_exchange_resp()
Dsae.c100 crypto_ec_deinit(tmp->ec); in sae_clear_temp_data()
1268 crypto_ec_deinit(pt->ec); in sae_deinit_pt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h739 void crypto_ec_deinit(struct crypto_ec *e);
Dcrypto_wolfssl.c1382 crypto_ec_deinit(e); in crypto_ec_init()
1389 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit() function
1762 crypto_ec_deinit(ecdh->ec); in crypto_ecdh_deinit()
Dcrypto_openssl.c1705 crypto_ec_deinit(e); in crypto_ec_init()
1713 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit() function
2186 crypto_ec_deinit(ecdh->ec); in crypto_ecdh_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_wolfssl.c1388 crypto_ec_deinit(e); in crypto_ec_init()
1395 void crypto_ec_deinit(struct crypto_ec* e) in crypto_ec_deinit() function
1744 crypto_ec_deinit(ecdh->ec); in crypto_ecdh_deinit()
Dcrypto.h754 void crypto_ec_deinit(struct crypto_ec *e);
Dcrypto_openssl.c1778 crypto_ec_deinit(e); in crypto_ec_init()
1786 void crypto_ec_deinit(struct crypto_ec *e) in crypto_ec_deinit() function
2300 crypto_ec_deinit(ecdh->ec); in crypto_ecdh_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_pwd.c158 crypto_ec_deinit(data->grp->group); in eap_pwd_reset()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_pwd.c158 crypto_ec_deinit(data->grp->group); in eap_pwd_reset()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_pwd.c192 crypto_ec_deinit(data->grp->group); in eap_pwd_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_pwd.c192 crypto_ec_deinit(data->grp->group); in eap_pwd_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c98 crypto_ec_deinit(tmp->ec); in sae_clear_temp_data()