Searched refs:peer_hash1 (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/ |
D | wps_i.h | 61 u8 peer_hash1[WPS_HASH_LEN]; member
|
D | wps_enrollee.c | 552 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN); in wps_process_r_hash1() 553 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", wps->peer_hash1, WPS_HASH_LEN); in wps_process_r_hash1() 598 if (os_memcmp(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) { in wps_process_r_snonce1()
|
D | wps_registrar.c | 2130 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN); in wps_process_e_hash1() 2131 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash1", wps->peer_hash1, WPS_HASH_LEN); in wps_process_e_hash1() 2175 if (os_memcmp(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) { in wps_process_e_snonce1()
|