Searched refs:crypto_ec_point_is_on_curve (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/src/eap_common/ |
D | eap_pwd_common.c | 300 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/ |
D | dpp_pkex.c | 453 !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()
|
D | dpp_crypto.c | 2554 if (p && crypto_ec_point_is_on_curve(ec, p)) { in dpp_test_gen_invalid_key()
|
D | sae.c | 1984 if (!crypto_ec_point_is_on_curve(sae->tmp->ec, in sae_parse_commit_element_ecc()
|
/hostap-latest/src/crypto/ |
D | crypto.h | 913 int crypto_ec_point_is_on_curve(struct crypto_ec *e,
|
D | crypto_mbedtls_alt.c | 2343 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
|
D | crypto_wolfssl.c | 2062 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
|
D | crypto_openssl.c | 2583 int crypto_ec_point_is_on_curve(struct crypto_ec *e, in crypto_ec_point_is_on_curve() function
|