Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/common/
HDcommon_module_tests.c414 crypto_ec_point_invert(sae.tmp->ec, in sae_tests()
HDdpp_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()
HDsae.c1291 crypto_ec_point_invert(sae->tmp->ec, in sae_derive_commit_element_ecc()
HDdpp_crypto.c2371 crypto_ec_point_invert(ec, e_id) || in dpp_decrypt_e_id()
/freebsd-head/contrib/wpa/src/crypto/
HDcrypto.h885 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p);
HDcrypto_wolfssl.c2016 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() function
HDcrypto_openssl.c2544 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() function
/freebsd-head/contrib/wpa/src/eap_server/
HDeap_server_pwd.c276 if (crypto_ec_point_invert(data->grp->group, data->my_element) < 0) { in eap_pwd_build_commit_req()
/freebsd-head/contrib/wpa/src/eap_peer/
HDeap_pwd.c597 if (crypto_ec_point_invert(data->grp->group, data->my_element) < 0) { in eap_pwd_perform_commit_exchange()