Home
last modified time | relevance | path

Searched refs:crypto_ec_point_init (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h781 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
Dcrypto_wolfssl.c1396 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
Dcrypto_openssl.c1715 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
/external/wpa_supplicant_8/src/common/
Dsae.c411 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()
944 pt = crypto_ec_point_init(ec); in sae_derive_pt_ecc()
1192 pwe = crypto_ec_point_init(pt->ec); in sae_derive_pwe_from_pt_ecc()
1292 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()
1439 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c154 grp->pwe = crypto_ec_point_init(grp->group); in compute_password_element()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pwd.c254 data->my_element = crypto_ec_point_init(data->grp->group); in eap_pwd_build_commit_req()
671 K = crypto_ec_point_init(data->grp->group); in eap_pwd_process_commit_resp()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c576 data->my_element = crypto_ec_point_init(data->grp->group); in eap_pwd_perform_commit_exchange()
604 K = crypto_ec_point_init(data->grp->group); in eap_pwd_perform_commit_exchange()