Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.h86 u8 dpp_pb_resp_hash[SHA256_MAC_LEN]; member
Ddpp_hostapd.c1548 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/
Ddpp_supplicant.c2216 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()
Dwpa_supplicant_i.h1548 u8 dpp_pb_resp_hash[SHA256_MAC_LEN]; member