Home
last modified time | relevance | path

Searched refs:peer_pubkey_hash (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/bsd/wpa/dist/src/wps/
Dwps.c142 if (cfg->peer_pubkey_hash) { in wps_init()
143 os_memcpy(data->peer_pubkey_hash, cfg->peer_pubkey_hash, in wps_init()
Dwps_i.h78 u8 peer_pubkey_hash[WPS_OOB_PUBKEY_HASH_LEN]; member
Dwps.h191 const u8 *peer_pubkey_hash; member
Dwps_enrollee.c569 if (os_memcmp_const(hash, wps->peer_pubkey_hash, in wps_process_pubkey()
577 wps->peer_pubkey_hash, in wps_process_pubkey()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dwps_supplicant.h72 int p2p_group, const u8 *peer_pubkey_hash,
Dwps_supplicant.c1237 const u8 *peer_pubkey_hash, in wpas_wps_start_dev_pw() argument
1276 if (peer_pubkey_hash) { in wpas_wps_start_dev_pw()
1279 peer_pubkey_hash, in wpas_wps_start_dev_pw()
2399 int p2p_group, const u8 *peer_pubkey_hash, in wpas_wps_start_nfc() argument
2454 p2p_group, dev_pw_id, peer_pubkey_hash, in wpas_wps_start_nfc()
Ddpp_supplicant.c1276 if (os_memcmp(peer_bi->pubkey_hash, own_bi->peer_pubkey_hash, in wpas_dpp_rx_auth_req()
/netbsd/src/external/bsd/wpa/dist/src/eap_peer/
Deap_wsc.c242 cfg.peer_pubkey_hash = pkhash; in eap_wsc_init()
/netbsd/src/external/bsd/wpa/dist/src/common/
Ddpp.h189 u8 peer_pubkey_hash[SHA256_MAC_LEN]; /* for enforcing a specific member
Ddpp_pkex.c1366 os_memcpy(pkex->own_bi->peer_pubkey_hash, bi->pubkey_hash, in dpp_pkex_finish()
/netbsd/src/external/bsd/wpa/dist/src/ap/
Ddpp_hostapd.c1097 if (os_memcmp(peer_bi->pubkey_hash, own_bi->peer_pubkey_hash, in hostapd_dpp_rx_auth_req()