Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h305 struct crypto_ecdh *owe_ecdh; member
Dieee802_11.c4072 crypto_ecdh_deinit(sta->owe_ecdh); in owe_process_assoc_req()
4073 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
4074 if (!sta->owe_ecdh) in owe_process_assoc_req()
4078 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
4089 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
4265 if (sta->owe_ecdh) { in owe_process_rsn_ie()
4268 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie()
5059 sta && sta->owe_ecdh && status_code == WLAN_STATUS_SUCCESS && in send_assoc_resp()
5064 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
5234 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()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c2959 crypto_ecdh_deinit(sm->owe_ecdh); in wpa_sm_deinit()
5048 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
5049 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
5050 if (!sm->owe_ecdh) in owe_build_assoc_req()
5053 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
5073 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
5074 sm->owe_ecdh = NULL; in owe_build_assoc_req()
5125 if (!sm->owe_ecdh) { in owe_process_assoc_resp()
5139 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp()
5151 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
Dwpa_i.h211 struct crypto_ecdh *owe_ecdh; member