Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dsta_info.h303 struct crypto_ecdh *owe_ecdh; member
Dieee802_11.c3646 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 …]
Dsta_info.c452 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()
/hostap-latest/src/rsn_supp/
Dwpa.c4384 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()
Dwpa_i.h222 struct crypto_ecdh *owe_ecdh; member