Searched refs:pkhash (Results 1 – 13 of 13) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_wsc.c | 151 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/ |
D | eap_wsc.c | 151 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/ |
D | dpp_tcp.c | 54 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()
|
D | dpp.h | 385 const u8 *pkhash; member
|
D | dpp.c | 3977 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/ |
D | dpp.h | 266 const u8 *pkhash; member
|
D | dpp.c | 101 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/ |
D | ap_config.h | 258 u8 pkhash[SHA256_MAC_LEN]; member
|
D | dpp_hostapd.c | 1680 config.pkhash = ctrl->pkhash; in hostapd_dpp_add_controllers()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_config.h | 261 u8 pkhash[SHA256_MAC_LEN]; member
|
D | dpp_hostapd.c | 2290 config.pkhash = ctrl->pkhash; in hostapd_dpp_add_controllers()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 2354 hexstr2bin(val, conf->pkhash, SHA256_MAC_LEN) < 0) in hostapd_dpp_controller_parse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 2322 hexstr2bin(val, conf->pkhash, SHA256_MAC_LEN) < 0) in hostapd_dpp_controller_parse()
|