Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h858 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p);
Dcrypto_wolfssl.c1615 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() function
Dcrypto_openssl.c1875 int crypto_ec_point_invert(struct crypto_ec *e, struct crypto_ec_point *p) in crypto_ec_point_invert() function
/external/wpa_supplicant_8/src/common/
Dcommon_module_tests.c432 crypto_ec_point_invert(sae.tmp->ec, in sae_tests()
Dsae.c1299 crypto_ec_point_invert(sae->tmp->ec, in sae_derive_commit_element_ecc()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c597 if (crypto_ec_point_invert(data->grp->group, data->my_element) < 0) { in eap_pwd_perform_commit_exchange()