Home
last modified time | relevance | path

Searched refs:crypto_ec_point_is_on_curve (Results 1 – 9 of 9) sorted by relevance

/hostap-3.7.0/src/eap_common/
Deap_pwd_common.c300 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/
Ddpp_pkex.c451 !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()
Ddpp_crypto.c2483 if (p && crypto_ec_point_is_on_curve(ec, p)) { in dpp_test_gen_invalid_key()
Dsae.c1940 if (!crypto_ec_point_is_on_curve(sae->tmp->ec, in sae_parse_commit_element_ecc()
/hostap-3.7.0/src/crypto/
Dcrypto.h911 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
Dcrypto_mbedtls-ec.c478 int crypto_ec_point_is_on_curve( in crypto_ec_point_is_on_curve() function
Dcrypto_wolfssl.c1679 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
Dcrypto_mbedtls_alt.c1853 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
Dcrypto_openssl.c1985 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function