Searched refs:dpp_pb_resp_hash (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/ap/ |
D | hostapd.h | 86 u8 dpp_pb_resp_hash[SHA256_MAC_LEN]; member
|
D | dpp_hostapd.c | 1548 if (os_memcmp(info->hash, ifaces->dpp_pb_resp_hash, in hostapd_dpp_remove_pb_hash() 2370 os_memcmp(bi->pubkey_hash_chirp, ifaces->dpp_pb_resp_hash, in hostapd_dpp_rx_pkex_commit_reveal_resp() 2381 ifaces->dpp_pb_resp_hash, SHA256_MAC_LEN); in hostapd_dpp_rx_pkex_commit_reveal_resp() 2437 os_memcpy(ifaces->dpp_pb_resp_hash, r_hash, SHA256_MAC_LEN); in hostapd_dpp_pb_pkex_init()
|
/hostap-latest/wpa_supplicant/ |
D | dpp_supplicant.c | 2216 if (os_memcmp(info->hash, wpa_s->dpp_pb_resp_hash, in wpas_dpp_remove_pb_hash() 3417 os_memcmp(bi->pubkey_hash_chirp, wpa_s->dpp_pb_resp_hash, in wpas_dpp_rx_pkex_commit_reveal_resp() 3428 wpa_s->dpp_pb_resp_hash, SHA256_MAC_LEN); in wpas_dpp_rx_pkex_commit_reveal_resp() 3489 os_memcpy(wpa_s->dpp_pb_resp_hash, r_hash, SHA256_MAC_LEN); in wpas_dpp_pb_pkex_init()
|
D | wpa_supplicant_i.h | 1548 u8 dpp_pb_resp_hash[SHA256_MAC_LEN]; member
|