Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h797 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p,
Dcrypto_wolfssl.c1464 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() function
Dcrypto_openssl.c1776 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() function
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pwd.c726 if (crypto_ec_point_x(data->grp->group, K, data->k)) { in eap_pwd_process_commit_resp()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c650 if (crypto_ec_point_x(data->grp->group, K, data->k) < 0) { in eap_pwd_perform_commit_exchange()