Home
last modified time | relevance | path

Searched refs:pkhash (Results 1 – 13 of 13) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_wsc.c151 u8 pkhash[WPS_OOB_PUBKEY_HASH_LEN]; in eap_wsc_init() local
237 hexstr2bin(pos, pkhash, WPS_OOB_PUBKEY_HASH_LEN)) { in eap_wsc_init()
242 cfg.peer_pubkey_hash = pkhash; in eap_wsc_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_wsc.c151 u8 pkhash[WPS_OOB_PUBKEY_HASH_LEN]; in eap_wsc_init() local
237 hexstr2bin(pos, pkhash, WPS_OOB_PUBKEY_HASH_LEN)) { in eap_wsc_init()
242 cfg.peer_pubkey_hash = pkhash; in eap_wsc_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_tcp.c54 u8 pkhash[SHA256_MAC_LEN]; member
131 os_memcpy(ctrl->pkhash, config->pkhash, SHA256_MAC_LEN); in dpp_relay_add_controller()
142 dpp_relay_controller_get(struct dpp_global *dpp, const u8 *pkhash) in dpp_relay_controller_get() argument
151 if (os_memcmp(pkhash, ctrl->pkhash, SHA256_MAC_LEN) == 0) in dpp_relay_controller_get()
Ddpp.h385 const u8 *pkhash; member
Ddpp.c3977 char pkhash[2 * SHA256_MAC_LEN + 1]; in dpp_bootstrap_info() local
3982 wpa_snprintf_hex(pkhash, sizeof(pkhash), bi->pubkey_hash, in dpp_bootstrap_info()
3998 pkhash, in dpp_bootstrap_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h266 const u8 *pkhash; member
Ddpp.c101 u8 pkhash[SHA256_MAC_LEN]; member
8559 char pkhash[2 * SHA256_MAC_LEN + 1]; in dpp_bootstrap_info() local
8564 wpa_snprintf_hex(pkhash, sizeof(pkhash), bi->pubkey_hash, in dpp_bootstrap_info()
8577 pkhash); in dpp_bootstrap_info()
8851 os_memcpy(ctrl->pkhash, config->pkhash, SHA256_MAC_LEN); in dpp_relay_add_controller()
8861 dpp_relay_controller_get(struct dpp_global *dpp, const u8 *pkhash) in dpp_relay_controller_get() argument
8870 if (os_memcmp(pkhash, ctrl->pkhash, SHA256_MAC_LEN) == 0) in dpp_relay_controller_get()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h258 u8 pkhash[SHA256_MAC_LEN]; member
Ddpp_hostapd.c1680 config.pkhash = ctrl->pkhash; in hostapd_dpp_add_controllers()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h261 u8 pkhash[SHA256_MAC_LEN]; member
Ddpp_hostapd.c2290 config.pkhash = ctrl->pkhash; in hostapd_dpp_add_controllers()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2354 hexstr2bin(val, conf->pkhash, SHA256_MAC_LEN) < 0) in hostapd_dpp_controller_parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2322 hexstr2bin(val, conf->pkhash, SHA256_MAC_LEN) < 0) in hostapd_dpp_controller_parse()