Searched refs:crypto_ec_point_x (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 797 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p,
|
D | crypto_wolfssl.c | 1464 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_x() function
|
D | crypto_openssl.c | 1776 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/ |
D | eap_server_pwd.c | 726 if (crypto_ec_point_x(data->grp->group, K, data->k)) { in eap_pwd_process_commit_resp()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pwd.c | 650 if (crypto_ec_point_x(data->grp->group, K, data->k) < 0) { in eap_pwd_perform_commit_exchange()
|