Home
last modified time | relevance | path

Searched refs:crypto_ec_point_to_bin (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/eap_server/
Deap_server_pwd.c297 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/
Deap_pwd.c670 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/
Ddpp_pkex.c147 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()
Dsae_pk.c561 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()
Dsae.c1152 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()
Dcommon_module_tests.c467 if (crypto_ec_point_to_bin(pt->ec, pwe, bin, in sae_tests()
Ddpp_crypto.c1719 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/
Dcrypto.h837 int crypto_ec_point_to_bin(struct crypto_ec *e,
Dcrypto_wolfssl.c1475 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function
Dcrypto_openssl.c1857 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function