Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c1055 L = crypto_ec_point_init(ec); in dpp_auth_derive_l_responder()
1095 sum = crypto_ec_point_init(ec); in dpp_auth_derive_l_initiator()
1096 L = crypto_ec_point_init(ec); in dpp_auth_derive_l_initiator()
1485 Qi = crypto_ec_point_init(ec); in dpp_pkex_derive_Qi()
1560 Qr = crypto_ec_point_init(ec); in dpp_pkex_derive_Qr()
1712 M = crypto_ec_point_init(ec); in dpp_reconfig_derive_ke_responder()
1802 sum = crypto_ec_point_init(ec); in dpp_reconfig_derive_ke_initiator()
1803 M = crypto_ec_point_init(ec); in dpp_reconfig_derive_ke_initiator()
2224 e_id = crypto_ec_point_init(ec); in dpp_gen_reconfig_id()
2267 e_prime_id = crypto_ec_point_init(id->ec); in dpp_update_reconfig_id()
[all …]
Ddpp_pkex.c70 M = crypto_ec_point_init(ec); in dpp_pkex_build_exchange_req()
447 X = crypto_ec_point_init(ec); in dpp_pkex_rx_exchange_req()
527 N = crypto_ec_point_init(ec); in dpp_pkex_rx_exchange_req()
796 Y = crypto_ec_point_init(ec); in dpp_pkex_rx_exchange_resp()
Dsae.c934 pt = crypto_ec_point_init(ec); in sae_derive_pt_ecc()
1182 pwe = crypto_ec_point_init(pt->ec); in sae_derive_pwe_from_pt_ecc()
1282 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()
1427 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h792 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
Dcrypto_wolfssl.c1403 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
Dcrypto_openssl.c1727 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_pwd.c254 data->my_element = crypto_ec_point_init(data->grp->group); in eap_pwd_build_commit_req()
671 K = crypto_ec_point_init(data->grp->group); in eap_pwd_process_commit_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_pwd.c254 data->my_element = crypto_ec_point_init(data->grp->group); in eap_pwd_build_commit_req()
671 K = crypto_ec_point_init(data->grp->group); in eap_pwd_process_commit_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h820 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
Dcrypto_wolfssl.c1409 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
Dcrypto_openssl.c1800 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c553 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()
638 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()