Searched refs:crypto_ec_point_x (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto.h | 824 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p,
|
D | crypto_mbedtls_alt.c | 2168 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
|
D | crypto_wolfssl.c | 1851 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 | 2444 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/ |
D | eap_server_pwd.c | 737 if (crypto_ec_point_x(data->grp->group, K, data->k)) { in eap_pwd_process_commit_resp()
|
/hostap-latest/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()
|
/hostap-latest/src/common/ |
D | dpp_crypto.c | 1080 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()
|