Home
last modified time | relevance | path

Searched refs:crypto_ecdh_set_peerkey (Results 1 - 13 of 13) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h927 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
H A Dcrypto_openssl.c2088 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() function
H A Dcrypto_wolfssl.c1800 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h995 * crypto_ecdh_set_peerkey - Compute ECDH secret
1003 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
H A Dcrypto_wolfssl.c1782 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() function
H A Dcrypto_openssl.c2202 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c503 secret_buf = crypto_ecdh_set_peerkey(ecdh, 1, wpabuf_head(peer_pub), in dpp_ecdh()
506 wpa_printf(MSG_ERROR, "DPP: crypto_ecdh_set_peerkey() failed"); in dpp_ecdh()
2030 pfs->secret = crypto_ecdh_set_peerkey(pfs->ecdh, 0, peer_ie + 2, in dpp_pfs_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpasn_supplicant.c1500 secret = crypto_ecdh_set_peerkey(pasn->ecdh, inc_y, in wpas_pasn_auth_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c3728 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth()
4618 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c1509 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils()
2695 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c1863 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils()
3259 secret = crypto_ecdh_set_peerkey(sta->pasn->ecdh, inc_y, in handle_auth_pasn_1()
4236 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c5430 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos,
6352 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c8322 pfs->secret = crypto_ecdh_set_peerkey(pfs->ecdh, 0, peer_ie + 2, in dpp_pfs_process()

Completed in 51 milliseconds