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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dsta_info.h265 struct crypto_ecdh *owe_ecdh; member in struct:sta_info
H A Dieee802_11.c2689 crypto_ecdh_deinit(sta->owe_ecdh);
2690 sta->owe_ecdh = crypto_ecdh_init(group);
2691 if (!sta->owe_ecdh)
2695 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2,
2706 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0);
2882 if (sta->owe_ecdh) {
2885 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0);
3609 sta && sta->owe_ecdh && status_code == WLAN_STATUS_SUCCESS &&
3613 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0);
3783 if (sta->owe_ecdh
[all...]
H A Dsta_info.c364 crypto_ecdh_deinit(sta->owe_ecdh);
/freebsd-13-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c2697 crypto_ecdh_deinit(sm->owe_ecdh);
4527 crypto_ecdh_deinit(sm->owe_ecdh);
4528 sm->owe_ecdh = crypto_ecdh_init(group);
4529 if (!sm->owe_ecdh)
4532 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0);
4552 crypto_ecdh_deinit(sm->owe_ecdh);
4553 sm->owe_ecdh = NULL;
4604 if (!sm->owe_ecdh) {
4618 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0,
4630 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh,
[all...]
H A Dwpa_i.h169 struct crypto_ecdh *owe_ecdh; member in struct:wpa_sm

Completed in 131 milliseconds