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/ |
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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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() 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()
|
D | dpp_crypto.c | 2392 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto.h | 909 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
|
D | crypto_wolfssl.c | 1706 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
|
D | crypto_openssl.c | 1947 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/ |
D | crypto.h | 925 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
|
D | crypto_wolfssl.c | 1688 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
|
D | crypto_openssl.c | 2006 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/ |
D | sae.c | 1011 if (!crypto_ec_point_is_on_curve(sae->tmp->ec, in sae_parse_commit_element_ecc()
|