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/src/eap_common/
H A 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/eap_common/
H A 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/
H A 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()
H A Ddpp_crypto.c2392 if (p && crypto_ec_point_is_on_curve(ec, p)) { in dpp_test_gen_invalid_key()
H A Dsae.c1973 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/
H A Dcrypto.h904 * crypto_ec_point_is_on_curve - Check whether EC point is on curve
909 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
H A Dcrypto_openssl.c1947 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
H A Dcrypto_wolfssl.c1706 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/
H A Dcrypto.h920 * crypto_ec_point_is_on_curve - Check whether EC point is on curve
925 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
H A Dcrypto_wolfssl.c1688 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
H A 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/
H A Dsae.c1011 if (!crypto_ec_point_is_on_curve(sae->tmp->ec, in sae_parse_commit_element_ecc()

Completed in 28 milliseconds