Home
last modified time | relevance | path

Searched refs:own_bi (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
HDdpp_hostapd.c400 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in hostapd_dpp_auth_init() local
418 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, in hostapd_dpp_auth_init()
420 if (!own_bi) { in hostapd_dpp_auth_init()
426 if (peer_bi->curve != own_bi->curve) { in hostapd_dpp_auth_init()
429 peer_bi->curve->name, own_bi->curve->name); in hostapd_dpp_auth_init()
462 hapd->dpp_auth = dpp_auth_init(hapd->msg_ctx, peer_bi, own_bi, in hostapd_dpp_auth_init()
529 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in hostapd_dpp_rx_auth_req() local
560 r_bootstrap, &own_bi, &peer_bi); in hostapd_dpp_rx_auth_req()
562 if (!own_bi) { in hostapd_dpp_rx_auth_req()
569 if (!own_bi) { in hostapd_dpp_rx_auth_req()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDdpp_supplicant.c436 struct dpp_bootstrap_info *peer_bi, *own_bi = NULL; in wpas_dpp_auth_init() local
482 own_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_auth_init()
483 if (!own_bi) { in wpas_dpp_auth_init()
489 if (peer_bi->curve != own_bi->curve) { in wpas_dpp_auth_init()
492 peer_bi->curve->name, own_bi->curve->name); in wpas_dpp_auth_init()
531 auth = dpp_auth_init(wpa_s, peer_bi, own_bi, allowed_roles, neg_freq, in wpas_dpp_auth_init()
724 struct dpp_bootstrap_info *own_bi = NULL, *peer_bi = NULL; in wpas_dpp_rx_auth_req() local
755 &own_bi, &peer_bi); in wpas_dpp_rx_auth_req()
756 if (!own_bi) { in wpas_dpp_rx_auth_req()
772 peer_bi, own_bi, freq, hdr, buf, len); in wpas_dpp_rx_auth_req()
[all …]
/dragonfly/contrib/wpa_supplicant/src/common/
HDdpp.h131 struct dpp_bootstrap_info *own_bi; member
182 struct dpp_bootstrap_info *own_bi; member
400 struct dpp_bootstrap_info *own_bi,
408 struct dpp_bootstrap_info *own_bi,
512 struct dpp_bootstrap_info **own_bi,
HDdpp.c1606 if (auth->peer_bi && auth->own_bi) { in dpp_derive_ke()
2187 if (auth->own_bi) in dpp_autogen_bootstrap_key()
2208 auth->tmp_own_bi = auth->own_bi = bi; in dpp_autogen_bootstrap_key()
2222 struct dpp_bootstrap_info *own_bi, in dpp_auth_init() argument
2246 auth->own_bi = own_bi; in dpp_auth_init()
2312 i_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_init()
2548 if (auth->own_bi) in dpp_gen_r_auth()
2549 bix = dpp_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_r_auth()
2560 brx = dpp_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_r_auth()
2627 if (auth->own_bi) in dpp_gen_i_auth()
[all …]