Searched refs:dpp_pb_resp_hash (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/contrib/wpa/src/ap/ |
| HD | hostapd.h | 86 u8 dpp_pb_resp_hash[SHA256_MAC_LEN]; member
|
| HD | 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()
|
| /freebsd-14-stable/contrib/wpa/wpa_supplicant/ |
| HD | dpp_supplicant.c | 2211 if (os_memcmp(info->hash, wpa_s->dpp_pb_resp_hash, in wpas_dpp_remove_pb_hash() 3412 os_memcmp(bi->pubkey_hash_chirp, wpa_s->dpp_pb_resp_hash, in wpas_dpp_rx_pkex_commit_reveal_resp() 3423 wpa_s->dpp_pb_resp_hash, SHA256_MAC_LEN); in wpas_dpp_rx_pkex_commit_reveal_resp() 3484 os_memcpy(wpa_s->dpp_pb_resp_hash, r_hash, SHA256_MAC_LEN); in wpas_dpp_pb_pkex_init()
|
| HD | wpa_supplicant_i.h | 1537 u8 dpp_pb_resp_hash[SHA256_MAC_LEN]; member
|