Home
last modified time | relevance | path

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

/hostap-latest/src/eap_server/
Deap_server_pwd.c300 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/
Deap_pwd.c673 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/
Ddpp_pkex.c146 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()
Dsae.c1161 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()
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()
Dcommon_module_tests.c467 if (crypto_ec_point_to_bin(pt->ec, pwe, bin, in sae_tests()
Ddpp_crypto.c1742 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/
Dcrypto.h839 int crypto_ec_point_to_bin(struct crypto_ec *e,
Dcrypto_wolfssl.c1858 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()
Dcrypto_mbedtls_alt.c2174 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()
Dcrypto_openssl.c2454 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()