Home
last modified time | relevance | path

Searched refs:crypto_ecdh_get_pubkey (Results 1 – 13 of 13) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h926 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
Dcrypto_wolfssl.c1768 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
Dcrypto_openssl.c2028 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h992 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
Dcrypto_wolfssl.c1750 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
Dcrypto_openssl.c2142 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c1489 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils()
1721 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
2706 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
2885 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie()
3613 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
3786 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_assoc_req_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c1830 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils()
2064 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
2998 pubkey = crypto_ecdh_get_pubkey(sta->pasn->ecdh, 0); in handle_auth_pasn_resp()
4223 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
4402 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie()
5198 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
5371 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_assoc_req_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c3584 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
3938 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()
4532 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
4630 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c4076 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
4438 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()
5044 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
5142 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dpasn_supplicant.c678 pubkey = crypto_ecdh_get_pubkey(pasn->ecdh, 0); in wpas_pasn_build_auth_1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c1996 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0); in dpp_pfs_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c8288 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0); in dpp_pfs_init()