/hostap-latest/src/eap_server/ |
D | eap_server_pwd.c | 300 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, element, in eap_pwd_build_commit_req() 361 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_build_confirm_req() 377 if (crypto_ec_point_to_bin(data->grp->group, data->peer_element, cruft, in eap_pwd_build_confirm_req() 805 if (crypto_ec_point_to_bin(data->grp->group, data->peer_element, cruft, in eap_pwd_process_confirm_resp() 821 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, cruft, in eap_pwd_process_confirm_resp()
|
/hostap-latest/src/eap_peer/ |
D | eap_pwd.c | 673 if (crypto_ec_point_to_bin(data->grp->group, data->my_element, element, in eap_pwd_perform_commit_exchange() 754 if (crypto_ec_point_to_bin(data->grp->group, data->server_element, in eap_pwd_perform_confirm_exchange() 770 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->my_element, cruft, in eap_pwd_perform_confirm_exchange() 832 if (crypto_ec_point_to_bin(data->grp->group, data->server_element, in eap_pwd_perform_confirm_exchange()
|
/hostap-latest/src/common/ |
D | dpp_pkex.c | 146 if (crypto_ec_point_to_bin(ec, M, Mx, My)) in dpp_pkex_build_exchange_req() 493 crypto_ec_point_to_bin(ec, X, x_coord, y_coord)) in dpp_pkex_rx_exchange_req() 535 crypto_ec_point_to_bin(ec, N, x_coord, y_coord)) in dpp_pkex_rx_exchange_req() 827 crypto_ec_point_to_bin(ec, Y, x_coord, y_coord)) in dpp_pkex_rx_exchange_resp()
|
D | sae.c | 1161 if (crypto_ec_point_to_bin(pt->ec, pt->ecc_pt, in sae_derive_pwe_from_pt_ecc() 1194 crypto_ec_point_to_bin(pt->ec, pwe, bin, bin + prime_len) < 0) { in sae_derive_pwe_from_pt_ecc() 1453 crypto_ec_point_to_bin(sae->tmp->ec, K, k, NULL) < 0) { in sae_derive_k_ecc() 1702 if (crypto_ec_point_to_bin(sae->tmp->ec, in sae_write_commit() 2325 if (crypto_ec_point_to_bin(sae->tmp->ec, element1, element_b1, in sae_cn_confirm_ecc() 2327 crypto_ec_point_to_bin(sae->tmp->ec, element2, element_b2, in sae_cn_confirm_ecc()
|
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 | common_module_tests.c | 467 if (crypto_ec_point_to_bin(pt->ec, pwe, bin, in sae_tests()
|
D | dpp_crypto.c | 1742 crypto_ec_point_to_bin(ec, M, Mx, NULL)) { in dpp_reconfig_derive_ke_responder() 1834 crypto_ec_point_to_bin(ec, M, Mx, NULL)) { in dpp_reconfig_derive_ke_initiator() 2548 if (!pub_key || crypto_ec_point_to_bin(ec, pub_key, x, y)) in dpp_test_gen_invalid_key()
|
/hostap-latest/src/crypto/ |
D | crypto.h | 839 int crypto_ec_point_to_bin(struct crypto_ec *e,
|
D | crypto_wolfssl.c | 1858 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function 2836 err = crypto_ec_point_to_bin((struct crypto_ec *)e, p, x, y); in crypto_ec_point_debug_print() 2838 LOG_WOLF_ERROR_FUNC(crypto_ec_point_to_bin, err); in crypto_ec_point_debug_print()
|
D | crypto_mbedtls_alt.c | 2174 int crypto_ec_point_to_bin(struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin() function 2362 if (crypto_ec_point_to_bin(ee, p, x, y) == 0) in crypto_ec_point_debug_print()
|
D | crypto_openssl.c | 2454 int crypto_ec_point_to_bin(struct crypto_ec *e, in crypto_ec_point_to_bin() function 3355 if (crypto_ec_point_to_bin(ec, pub, buf, buf + len) < 0) { in crypto_ec_key_set_pub_point()
|