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/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/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/ap/
Dsta_info.h306 struct crypto_ecdh *owe_ecdh; member
Dieee802_11.c4206 crypto_ecdh_deinit(sta->owe_ecdh); in owe_process_assoc_req()
4207 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
4208 if (!sta->owe_ecdh) in owe_process_assoc_req()
4212 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
4223 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
4399 if (sta->owe_ecdh) { in owe_process_rsn_ie()
4402 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie()
5193 sta && sta->owe_ecdh && status_code == WLAN_STATUS_SUCCESS && in send_assoc_resp()
5198 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
5368 if (sta->owe_ecdh && owe_buf) { in owe_assoc_req_process()
[all …]
Dsta_info.c391 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c2982 crypto_ecdh_deinit(sm->owe_ecdh); in wpa_sm_deinit()
5039 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
5040 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
5041 if (!sm->owe_ecdh) in owe_build_assoc_req()
5044 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
5064 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
5065 sm->owe_ecdh = NULL; in owe_build_assoc_req()
5116 if (!sm->owe_ecdh) { in owe_process_assoc_resp()
5130 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp()
5142 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
Dwpa_i.h211 struct crypto_ecdh *owe_ecdh; member