Searched refs:owe_ecdh (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/ap/ |
D | sta_info.h | 303 struct crypto_ecdh *owe_ecdh; member
|
D | ieee802_11.c | 3646 if (sta->owe_group == group && sta->owe_ecdh) { in owe_process_assoc_req() 3658 crypto_ecdh_deinit(sta->owe_ecdh); in owe_process_assoc_req() 3659 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req() 3661 if (!sta->owe_ecdh) in owe_process_assoc_req() 3665 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req() 3676 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req() 3858 if (sta->owe_ecdh) { in owe_process_rsn_ie() 3861 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie() 5039 sta && sta->owe_ecdh && status_code == WLAN_STATUS_SUCCESS && in send_assoc_resp() 5044 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp() [all …]
|
D | sta_info.c | 452 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()
|
/hostap-latest/src/rsn_supp/ |
D | wpa.c | 4384 crypto_ecdh_deinit(sm->owe_ecdh); in wpa_sm_deinit() 6826 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req() 6827 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req() 6828 if (!sm->owe_ecdh) in owe_build_assoc_req() 6831 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req() 6851 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req() 6852 sm->owe_ecdh = NULL; in owe_build_assoc_req() 6903 if (!sm->owe_ecdh) { in owe_process_assoc_resp() 6917 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp() 6929 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
|
D | wpa_i.h | 222 struct crypto_ecdh *owe_ecdh; member
|