Searched refs:crypto_ec_point_is_on_curve (Results 1 – 9 of 9) sorted by relevance
/hostap-3.7.0/src/eap_common/ |
D | eap_pwd_common.c | 300 if (!crypto_ec_point_is_on_curve(grp->group, grp->pwe)) { in compute_password_element() 431 if (!crypto_ec_point_is_on_curve(group->group, element) || in eap_pwd_get_element()
|
/hostap-3.7.0/src/common/ |
D | dpp_pkex.c | 451 !crypto_ec_point_is_on_curve(ec, M) || in dpp_pkex_rx_exchange_req() 455 !crypto_ec_point_is_on_curve(ec, X)) { in dpp_pkex_rx_exchange_req() 803 !crypto_ec_point_is_on_curve(ec, N) || in dpp_pkex_rx_exchange_resp() 807 !crypto_ec_point_is_on_curve(ec, Y)) { in dpp_pkex_rx_exchange_resp()
|
D | dpp_crypto.c | 2483 if (p && crypto_ec_point_is_on_curve(ec, p)) { in dpp_test_gen_invalid_key()
|
D | sae.c | 1940 if (!crypto_ec_point_is_on_curve(sae->tmp->ec, in sae_parse_commit_element_ecc()
|
/hostap-3.7.0/src/crypto/ |
D | crypto.h | 911 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
|
D | crypto_mbedtls-ec.c | 478 int crypto_ec_point_is_on_curve( in crypto_ec_point_is_on_curve() function
|
D | crypto_wolfssl.c | 1679 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
|
D | crypto_mbedtls_alt.c | 1853 if (!crypto_ec_point_is_on_curve((struct crypto_ec *)group, (struct crypto_ec_point *)point)) in crypto_ec_set_pubkey_point() 2666 int crypto_ec_point_is_on_curve(struct crypto_ec *e, const struct crypto_ec_point *p) in crypto_ec_point_is_on_curve() function
|
D | crypto_openssl.c | 1985 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
|