Searched refs:crypto_ec_point_add (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 836 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a,
|
D | crypto_wolfssl.c | 1532 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
|
D | crypto_openssl.c | 1852 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/ |
D | eap_server_pwd.c | 706 (crypto_ec_point_add(data->grp->group, K, data->peer_element, in eap_pwd_process_commit_resp()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pwd.c | 629 crypto_ec_point_add(data->grp->group, K, data->server_element, in eap_pwd_perform_commit_exchange()
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 947 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()
|