Home
last modified time | relevance | path

Searched refs:crypto_ec_point_add (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h836 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a,
Dcrypto_wolfssl.c1532 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
Dcrypto_openssl.c1852 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pwd.c706 (crypto_ec_point_add(data->grp->group, K, data->peer_element, in eap_pwd_process_commit_resp()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c629 crypto_ec_point_add(data->grp->group, K, data->server_element, in eap_pwd_perform_commit_exchange()
/external/wpa_supplicant_8/src/common/
Dsae.c947 if (crypto_ec_point_add(ec, p1, p2, pt) < 0) { in sae_derive_pt_ecc()
1452 crypto_ec_point_add(sae->tmp->ec, K, in sae_derive_k_ecc()