Home
last modified time | relevance | path

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

/hostap-latest/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()
/hostap-latest/src/crypto/
Dcrypto.h894 crypto_ec_point_compute_y_sqr(struct crypto_ec *e,
Dcrypto_mbedtls_alt.c1874 …(mbedtls_mpi *)crypto_ec_point_compute_y_sqr((struct crypto_ec *)grp, (const struct crypto_bignum … in crypto_mbedtls_short_weierstrass_derive_y()
2317 struct crypto_bignum *crypto_ec_point_compute_y_sqr(struct crypto_ec *e, const struct crypto_bignum… in crypto_ec_point_compute_y_sqr() function
Dcrypto_wolfssl.c2031 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr() function
Dcrypto_openssl.c2553 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, in crypto_ec_point_compute_y_sqr() function
/hostap-latest/src/common/
Dsae.c180 y_sqr = crypto_ec_point_compute_y_sqr(sae->tmp->ec, x_cand); in sae_test_pwd_seed_ecc()
417 y = crypto_ec_point_compute_y_sqr(sae->tmp->ec, x); in sae_derive_pwe_ecc()