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 D | dpp_pkex.c | 75 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 D | dpp_crypto.c | 1099 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 D | sae.c | 939 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 D | crypto.h | 840 * 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 D | crypto_openssl.c | 1864 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
|
H A D | crypto_wolfssl.c | 1539 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 D | crypto.h | 868 * 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 D | crypto_wolfssl.c | 1545 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
|
H A D | crypto_openssl.c | 1944 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 D | eap_server_pwd.c | 706 (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 D | eap_server_pwd.c | 706 (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 D | eap_pwd.c | 629 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 D | eap_pwd.c | 629 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 D | sae.c | 651 crypto_ec_point_add(sae->tmp->ec, K, in sae_derive_k_ecc()
|
Completed in 27 milliseconds