Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h303 struct crypto_ecdh *owe_ecdh; member
H A Dieee802_11.c3641 if (sta->owe_group == group && sta->owe_ecdh) { in owe_process_assoc_req()
3653 crypto_ecdh_deinit(sta->owe_ecdh); in owe_process_assoc_req()
3654 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
3656 if (!sta->owe_ecdh) in owe_process_assoc_req()
3660 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
3671 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
3853 if (sta->owe_ecdh) { in owe_process_rsn_ie()
3856 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie()
5032 sta && sta->owe_ecdh && status_code == WLAN_STATUS_SUCCESS && in send_assoc_resp()
5037 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
[all …]
H A Dsta_info.c448 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c4197 crypto_ecdh_deinit(sm->owe_ecdh); in wpa_sm_deinit()
6457 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
6458 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
6459 if (!sm->owe_ecdh) in owe_build_assoc_req()
6462 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
6482 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
6483 sm->owe_ecdh = NULL; in owe_build_assoc_req()
6534 if (!sm->owe_ecdh) { in owe_process_assoc_resp()
6548 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp()
6560 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
H A Dwpa_i.h219 struct crypto_ecdh *owe_ecdh; member