/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_pwd.c | 297 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, element, in eap_pwd_build_commit_req() 356 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_build_confirm_req() 369 if (crypto_ec_point_to_bin(data->grp->group, data->peer_element, cruft, in eap_pwd_build_confirm_req() 792 if (crypto_ec_point_to_bin(data->grp->group, data->peer_element, cruft, in eap_pwd_process_confirm_resp() 805 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_process_confirm_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_pwd.c | 297 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, element, in eap_pwd_build_commit_req() 356 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_build_confirm_req() 369 if (crypto_ec_point_to_bin(data->grp->group, data->peer_element, cruft, in eap_pwd_build_confirm_req() 792 if (crypto_ec_point_to_bin(data->grp->group, data->peer_element, cruft, in eap_pwd_process_confirm_resp() 805 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_process_confirm_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_pwd.c | 670 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, element, in eap_pwd_perform_commit_exchange() 749 if (crypto_ec_point_to_bin(data->grp->group, data->server_element, in eap_pwd_perform_confirm_exchange() 762 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_perform_confirm_exchange() 803 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_perform_confirm_exchange() 816 if (crypto_ec_point_to_bin(data->grp->group, data->server_element, in eap_pwd_perform_confirm_exchange()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_pwd.c | 670 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, element, in eap_pwd_perform_commit_exchange() 749 if (crypto_ec_point_to_bin(data->grp->group, data->server_element, in eap_pwd_perform_confirm_exchange() 762 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_perform_confirm_exchange() 803 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_perform_confirm_exchange() 816 if (crypto_ec_point_to_bin(data->grp->group, data->server_element, in eap_pwd_perform_confirm_exchange()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_pkex.c | 147 if (crypto_ec_point_to_bin(ec, M, Mx, My)) in dpp_pkex_build_exchange_req() 488 crypto_ec_point_to_bin(ec, X, x_coord, y_coord)) in dpp_pkex_rx_exchange_req() 530 crypto_ec_point_to_bin(ec, N, x_coord, y_coord)) in dpp_pkex_rx_exchange_req() 818 crypto_ec_point_to_bin(ec, Y, x_coord, y_coord)) in dpp_pkex_rx_exchange_resp()
|
H A D | sae_pk.c | 561 if (crypto_ec_point_to_bin(tmp->ec, ap ? tmp->own_commit_element_ecc : in sae_pk_hash_sig_data() 566 if (crypto_ec_point_to_bin(tmp->ec, ap ? tmp->peer_commit_element_ecc : in sae_pk_hash_sig_data()
|
H A D | sae.c | 1154 if (crypto_ec_point_to_bin(pt->ec, pt->ecc_pt, in sae_derive_pwe_from_pt_ecc() 1187 crypto_ec_point_to_bin(pt->ec, pwe, bin, bin + prime_len) < 0) { in sae_derive_pwe_from_pt_ecc() 1446 crypto_ec_point_to_bin(sae->tmp->ec, K, k, NULL) < 0) { in sae_derive_k_ecc() 1693 if (crypto_ec_point_to_bin(sae->tmp->ec, in sae_write_commit() 2305 if (crypto_ec_point_to_bin(sae->tmp->ec, element1, element_b1, in sae_cn_confirm_ecc() 2307 crypto_ec_point_to_bin(sae->tmp->ec, element2, element_b2, in sae_cn_confirm_ecc()
|
H A D | dpp_crypto.c | 1719 crypto_ec_point_to_bin(ec, M, Mx, NULL)) { in dpp_reconfig_derive_ke_responder() 1809 crypto_ec_point_to_bin(ec, M, Mx, NULL)) { in dpp_reconfig_derive_ke_initiator() 2387 crypto_ec_point_to_bin(ec, pub_key, x, y); in dpp_test_gen_invalid_key()
|
H A D | common_module_tests.c | 471 if (crypto_ec_point_to_bin(pt->ec, pwe, bin, in sae_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 655 crypto_ec_point_to_bin(sae->tmp->ec, K, k, NULL) < 0) { in sae_derive_k_ecc() 792 crypto_ec_point_to_bin(sae->tmp->ec, in sae_write_commit() 1227 crypto_ec_point_to_bin(sae->tmp->ec, element1, element_b1, in sae_cn_confirm_ecc() 1229 crypto_ec_point_to_bin(sae->tmp->ec, element2, element_b2, in sae_cn_confirm_ecc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 812 * crypto_ec_point_to_bin - Write EC point value as binary data 823 int crypto_ec_point_to_bin(struct crypto_ec *e,
|
H A D | crypto_openssl.c | 1798 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
|
H A D | crypto_wolfssl.c | 1478 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 840 * crypto_ec_point_to_bin - Write EC point value as binary data 851 int crypto_ec_point_to_bin(struct crypto_ec *e,
|
H A D | crypto_wolfssl.c | 1484 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
|
H A D | crypto_openssl.c | 1878 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
|