Searched refs:crypto_ec_point_to_bin (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/eap_server/ |
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()
|
/external/wpa_supplicant_8/src/eap_peer/ |
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()
|
/external/wpa_supplicant_8/src/common/ |
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()
|
D | sae.c | 1162 if (crypto_ec_point_to_bin(pt->ec, pt->ecc_pt, in sae_derive_pwe_from_pt_ecc() 1195 crypto_ec_point_to_bin(pt->ec, pwe, bin, bin + prime_len) < 0) { in sae_derive_pwe_from_pt_ecc() 1456 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() 2202 if (crypto_ec_point_to_bin(sae->tmp->ec, element1, element_b1, in sae_cn_confirm_ecc() 2204 crypto_ec_point_to_bin(sae->tmp->ec, element2, element_b2, in sae_cn_confirm_ecc()
|
D | common_module_tests.c | 500 if (crypto_ec_point_to_bin(pt->ec, pwe, bin, in sae_tests()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 812 int crypto_ec_point_to_bin(struct crypto_ec *e,
|
D | crypto_wolfssl.c | 1471 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
|
D | crypto_openssl.c | 1786 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
|