Home
last modified time | relevance | path

Searched refs:crypto_ec_point_invert (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/src/common/
Dcommon_module_tests.c414 crypto_ec_point_invert(sae.tmp->ec, in sae_tests()
Ddpp_pkex.c454 crypto_ec_point_invert(ec, Qi) || in dpp_pkex_rx_exchange_req()
810 crypto_ec_point_invert(ec, Qr) || in dpp_pkex_rx_exchange_resp()
Ddpp_crypto.c2371 crypto_ec_point_invert(ec, e_id) || in dpp_decrypt_e_id()
Dsae.c1298 crypto_ec_point_invert(sae->tmp->ec, in sae_derive_commit_element_ecc()
/hostap-latest/src/crypto/
Dcrypto.h885 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p);
Dcrypto_mbedtls_alt.c2270 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() function
Dcrypto_wolfssl.c2016 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() function
Dcrypto_openssl.c2544 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() function
/hostap-latest/src/eap_server/
Deap_server_pwd.c276 if (crypto_ec_point_invert(data->grp->group, data->my_element) < 0) { in eap_pwd_build_commit_req()
/hostap-latest/src/eap_peer/
Deap_pwd.c597 if (crypto_ec_point_invert(data->grp->group, data->my_element) < 0) { in eap_pwd_perform_commit_exchange()