Home
last modified time | relevance | path

Searched refs:peer_hash2 (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_i.h57 u8 peer_hash2[WPS_HASH_LEN]; member
Dwps_enrollee.c549 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN); in wps_process_r_hash2()
550 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash2", wps->peer_hash2, WPS_HASH_LEN); in wps_process_r_hash2()
621 if (os_memcmp(wps->peer_hash2, hash, WPS_HASH_LEN) != 0) { in wps_process_r_snonce2()
Dwps_registrar.c1621 os_memcpy(wps->peer_hash2, e_hash2, WPS_HASH_LEN); in wps_process_e_hash2()
1622 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash2", wps->peer_hash2, WPS_HASH_LEN); in wps_process_e_hash2()
1693 if (os_memcmp(wps->peer_hash2, hash, WPS_HASH_LEN) != 0) { in wps_process_e_snonce2()