Home
last modified time | relevance | path

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

/hostap-latest/src/eap_common/
Deap_pwd_common.c300 if (!crypto_ec_point_is_on_curve(grp->group, grp->pwe)) { in compute_password_element()
446 if (!crypto_ec_point_is_on_curve(group->group, element) || in eap_pwd_get_element()
/hostap-latest/src/common/
Ddpp_pkex.c453 !crypto_ec_point_is_on_curve(ec, M) || in dpp_pkex_rx_exchange_req()
457 !crypto_ec_point_is_on_curve(ec, X)) { in dpp_pkex_rx_exchange_req()
809 !crypto_ec_point_is_on_curve(ec, N) || in dpp_pkex_rx_exchange_resp()
813 !crypto_ec_point_is_on_curve(ec, Y)) { in dpp_pkex_rx_exchange_resp()
Ddpp_crypto.c2554 if (p && crypto_ec_point_is_on_curve(ec, p)) { in dpp_test_gen_invalid_key()
Dsae.c1984 if (!crypto_ec_point_is_on_curve(sae->tmp->ec, in sae_parse_commit_element_ecc()
/hostap-latest/src/crypto/
Dcrypto.h913 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
Dcrypto_mbedtls_alt.c2343 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_wolfssl.c2062 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
Dcrypto_openssl.c2583 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function