Searched refs:owe_ecdh (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | sta_info.h | 265 struct crypto_ecdh *owe_ecdh; member
|
D | ieee802_11.c | 2689 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 …]
|
D | sta_info.c | 364 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa.c | 2697 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()
|
D | wpa_i.h | 169 struct crypto_ecdh *owe_ecdh; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | sta_info.h | 306 struct crypto_ecdh *owe_ecdh; member
|
D | ieee802_11.c | 4206 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 …]
|
D | sta_info.c | 391 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa.c | 2982 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()
|
D | wpa_i.h | 211 struct crypto_ecdh *owe_ecdh; member
|