Home
last modified time | relevance | path

Searched refs:crypto_ec_point_compute_y_sqr (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_pwd_common.c234 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element()
271 y = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_pwd_common.c234 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element()
271 y = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h890 crypto_ec_point_compute_y_sqr(struct crypto_ec *e,
Dcrypto_wolfssl.c1661 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr() function
Dcrypto_openssl.c1911 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h906 crypto_ec_point_compute_y_sqr(struct crypto_ec *e,
Dcrypto_wolfssl.c1643 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr() function
Dcrypto_openssl.c1976 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c173 y_sqr = crypto_ec_point_compute_y_sqr(sae->tmp->ec, x_cand); in sae_test_pwd_seed_ecc()
414 y = crypto_ec_point_compute_y_sqr(sae->tmp->ec, x); in sae_derive_pwe_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.c178 y_sqr = crypto_ec_point_compute_y_sqr(sae->tmp->ec, x_cand); in sae_test_pwd_seed_ecc()
408 y = crypto_ec_point_compute_y_sqr(sae->tmp->ec, x); in sae_derive_pwe_ecc()