Home
last modified time | relevance | path

Searched refs:crypto_ec_point_init (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/src/common/
Ddpp_crypto.c1075 L = crypto_ec_point_init(ec); in dpp_auth_derive_l_responder()
1116 sum = crypto_ec_point_init(ec); in dpp_auth_derive_l_initiator()
1117 L = crypto_ec_point_init(ec); in dpp_auth_derive_l_initiator()
1508 Qi = crypto_ec_point_init(ec); in dpp_pkex_derive_Qi()
1583 Qr = crypto_ec_point_init(ec); in dpp_pkex_derive_Qr()
1735 M = crypto_ec_point_init(ec); in dpp_reconfig_derive_ke_responder()
1827 sum = crypto_ec_point_init(ec); in dpp_reconfig_derive_ke_initiator()
1828 M = crypto_ec_point_init(ec); in dpp_reconfig_derive_ke_initiator()
2252 e_id = crypto_ec_point_init(ec); in dpp_gen_reconfig_id()
2295 e_prime_id = crypto_ec_point_init(id->ec); in dpp_update_reconfig_id()
[all …]
Ddpp_pkex.c69 M = crypto_ec_point_init(ec); in dpp_pkex_build_exchange_req()
449 X = crypto_ec_point_init(ec); in dpp_pkex_rx_exchange_req()
532 N = crypto_ec_point_init(ec); in dpp_pkex_rx_exchange_req()
805 Y = crypto_ec_point_init(ec); in dpp_pkex_rx_exchange_resp()
Dsae.c943 pt = crypto_ec_point_init(ec); in sae_derive_pt_ecc()
1191 pwe = crypto_ec_point_init(pt->ec); in sae_derive_pwe_from_pt_ecc()
1291 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()
1436 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()
/hostap-latest/src/eap_server/
Deap_server_pwd.c254 data->my_element = crypto_ec_point_init(data->grp->group); in eap_pwd_build_commit_req()
682 K = crypto_ec_point_init(data->grp->group); in eap_pwd_process_commit_resp()
/hostap-latest/src/eap_peer/
Deap_pwd.c576 data->my_element = crypto_ec_point_init(data->grp->group); in eap_pwd_perform_commit_exchange()
604 K = crypto_ec_point_init(data->grp->group); in eap_pwd_perform_commit_exchange()
/hostap-latest/src/crypto/
Dcrypto.h808 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
Dcrypto_mbedtls_alt.c2151 struct crypto_ec_point *crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
Dcrypto_wolfssl.c1771 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
Dcrypto_openssl.c2376 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function