Home
last modified time | relevance | path

Searched refs:crypto_ec_point_add (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c75 if (crypto_ec_point_add(ec, X, Qi, M)) in dpp_pkex_build_exchange_req()
453 crypto_ec_point_add(ec, M, Qi, X) || in dpp_pkex_rx_exchange_req()
529 crypto_ec_point_add(ec, Y, Qr, N) || in dpp_pkex_rx_exchange_req()
802 crypto_ec_point_add(ec, N, Qr, Y) || in dpp_pkex_rx_exchange_resp()
H A Ddpp_crypto.c1099 crypto_ec_point_add(ec, BR, PR, sum) || in dpp_auth_derive_l_initiator()
1807 crypto_ec_point_add(ec, CR, PR, sum) || in dpp_reconfig_derive_ke_initiator()
2280 crypto_ec_point_add(id->ec, id->e_id, e_prime_id, e_prime_id)) in dpp_update_reconfig_id()
2343 crypto_ec_point_add(ec, e_id, e_prime_id_point, e_id)) { in dpp_decrypt_e_id()
H A Dsae.c939 if (crypto_ec_point_add(ec, p1, p2, pt) < 0) { in sae_derive_pt_ecc()
1442 crypto_ec_point_add(sae->tmp->ec, K, in sae_derive_k_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h840 * crypto_ec_point_add - c = a + b
847 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a,
H A Dcrypto_openssl.c1864 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
H A Dcrypto_wolfssl.c1539 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h868 * crypto_ec_point_add - c = a + b
875 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a,
H A Dcrypto_wolfssl.c1545 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
H A Dcrypto_openssl.c1944 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_pwd.c706 (crypto_ec_point_add(data->grp->group, K, data->peer_element, in eap_pwd_process_commit_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_pwd.c706 (crypto_ec_point_add(data->grp->group, K, data->peer_element, in eap_pwd_process_commit_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_pwd.c629 crypto_ec_point_add(data->grp->group, K, data->server_element, in eap_pwd_perform_commit_exchange()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_pwd.c629 crypto_ec_point_add(data->grp->group, K, data->server_element, in eap_pwd_perform_commit_exchange()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c651 crypto_ec_point_add(sae->tmp->ec, K, in sae_derive_k_ecc()

Completed in 27 milliseconds