Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h85 u8 dpp_pb_resp_hash[SHA256_MAC_LEN]; member
Ddpp_hostapd.c1541 if (os_memcmp(info->hash, ifaces->dpp_pb_resp_hash, in hostapd_dpp_remove_pb_hash()
2363 os_memcmp(bi->pubkey_hash_chirp, ifaces->dpp_pb_resp_hash, in hostapd_dpp_rx_pkex_commit_reveal_resp()
2374 ifaces->dpp_pb_resp_hash, SHA256_MAC_LEN); in hostapd_dpp_rx_pkex_commit_reveal_resp()
2428 os_memcpy(ifaces->dpp_pb_resp_hash, r_hash, SHA256_MAC_LEN); in hostapd_dpp_pb_pkex_init()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c2099 if (os_memcmp(info->hash, wpa_s->dpp_pb_resp_hash, in wpas_dpp_remove_pb_hash()
3307 os_memcmp(bi->pubkey_hash_chirp, wpa_s->dpp_pb_resp_hash, in wpas_dpp_rx_pkex_commit_reveal_resp()
3318 wpa_s->dpp_pb_resp_hash, SHA256_MAC_LEN); in wpas_dpp_rx_pkex_commit_reveal_resp()
3379 os_memcpy(wpa_s->dpp_pb_resp_hash, r_hash, SHA256_MAC_LEN); in wpas_dpp_pb_pkex_init()
Dwpa_supplicant_i.h1507 u8 dpp_pb_resp_hash[SHA256_MAC_LEN]; member