Searched refs:crypto_ec_point_to_bin (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/wpa/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()
|
| /freebsd-12-stable/contrib/wpa/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()
|
| /freebsd-12-stable/contrib/wpa/src/common/ |
| 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()
|
| 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 | 1152 if (crypto_ec_point_to_bin(pt->ec, pt->ecc_pt, in sae_derive_pwe_from_pt_ecc() 1185 crypto_ec_point_to_bin(pt->ec, pwe, bin, bin + prime_len) < 0) { in sae_derive_pwe_from_pt_ecc() 1444 crypto_ec_point_to_bin(sae->tmp->ec, K, k, NULL) < 0) { in sae_derive_k_ecc() 1681 if (crypto_ec_point_to_bin(sae->tmp->ec, in sae_write_commit() 2212 if (crypto_ec_point_to_bin(sae->tmp->ec, element1, element_b1, in sae_cn_confirm_ecc() 2214 crypto_ec_point_to_bin(sae->tmp->ec, element2, element_b2, in sae_cn_confirm_ecc()
|
| D | common_module_tests.c | 467 if (crypto_ec_point_to_bin(pt->ec, pwe, bin, in sae_tests()
|
| 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()
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | crypto.h | 837 int crypto_ec_point_to_bin(struct crypto_ec *e,
|
| D | crypto_wolfssl.c | 1475 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
|
| D | crypto_openssl.c | 1857 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
|