Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
800 !crypto_ec_point_is_on_curve(ec, N) || in dpp_pkex_rx_exchange_resp()
804 !crypto_ec_point_is_on_curve(ec, Y)) { in dpp_pkex_rx_exchange_resp()
Ddpp_crypto.c2392 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h909 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
Dcrypto_wolfssl.c1706 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
Dcrypto_openssl.c1947 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h925 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
Dcrypto_wolfssl.c1688 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
Dcrypto_openssl.c2006 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c1011 if (!crypto_ec_point_is_on_curve(sae->tmp->ec, in sae_parse_commit_element_ecc()