Home
last modified time | relevance | path

Searched refs:owe_ecdh (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c2697 crypto_ecdh_deinit(sm->owe_ecdh); in wpa_sm_deinit()
4527 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
4528 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
4529 if (!sm->owe_ecdh) in owe_build_assoc_req()
4532 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
4552 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
4553 sm->owe_ecdh = NULL; in owe_build_assoc_req()
4604 if (!sm->owe_ecdh) { in owe_process_assoc_resp()
4618 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp()
4630 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
Dwpa_i.h169 struct crypto_ecdh *owe_ecdh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c3030 crypto_ecdh_deinit(sm->owe_ecdh); in wpa_sm_deinit()
5099 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
5100 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
5101 if (!sm->owe_ecdh) in owe_build_assoc_req()
5104 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
5124 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
5125 sm->owe_ecdh = NULL; in owe_build_assoc_req()
5176 if (!sm->owe_ecdh) { in owe_process_assoc_resp()
5190 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp()
5202 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
Dwpa_i.h214 struct crypto_ecdh *owe_ecdh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h265 struct crypto_ecdh *owe_ecdh; member
Dieee802_11.c2689 crypto_ecdh_deinit(sta->owe_ecdh); in owe_process_assoc_req()
2690 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
2691 if (!sta->owe_ecdh) in owe_process_assoc_req()
2695 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
2706 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
2882 if (sta->owe_ecdh) { in owe_process_rsn_ie()
2885 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie()
3609 sta && sta->owe_ecdh && status_code == WLAN_STATUS_SUCCESS && in send_assoc_resp()
3613 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
3783 if (sta->owe_ecdh && owe_buf) { in owe_assoc_req_process()
[all …]
Dsta_info.c364 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h306 struct crypto_ecdh *owe_ecdh; member
Dieee802_11.c4208 crypto_ecdh_deinit(sta->owe_ecdh); in owe_process_assoc_req()
4209 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
4210 if (!sta->owe_ecdh) in owe_process_assoc_req()
4214 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
4225 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
4401 if (sta->owe_ecdh) { in owe_process_rsn_ie()
4404 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie()
5195 sta && sta->owe_ecdh && status_code == WLAN_STATUS_SUCCESS && in send_assoc_resp()
5200 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
5370 if (sta->owe_ecdh && owe_buf) { in owe_assoc_req_process()
[all …]
Dsta_info.c400 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()