Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h824 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p,
Dcrypto_mbedtls_alt.c2168 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, struct crypto_bignum *x) in crypto_ec_point_x() function
Dcrypto_wolfssl.c1851 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() function
Dcrypto_openssl.c2444 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() function
/hostap-latest/src/eap_server/
Deap_server_pwd.c737 if (crypto_ec_point_x(data->grp->group, K, data->k)) { in eap_pwd_process_commit_resp()
/hostap-latest/src/eap_peer/
Deap_pwd.c650 if (crypto_ec_point_x(data->grp->group, K, data->k) < 0) { in eap_pwd_perform_commit_exchange()
/hostap-latest/src/common/
Ddpp_crypto.c1080 crypto_ec_point_x(ec, L, lx) || in dpp_auth_derive_l_responder()
1122 crypto_ec_point_x(ec, L, lx) || in dpp_auth_derive_l_initiator()