Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_i.h59 u8 peer_hash2[WPS_HASH_LEN]; member
Dwps_enrollee.c613 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN); in wps_process_r_hash2()
614 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash2", wps->peer_hash2, WPS_HASH_LEN); in wps_process_r_hash2()
685 if (os_memcmp_const(wps->peer_hash2, hash, WPS_HASH_LEN) != 0) { in wps_process_r_snonce2()
Dwps_registrar.c2215 os_memcpy(wps->peer_hash2, e_hash2, WPS_HASH_LEN); in wps_process_e_hash2()
2216 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash2", wps->peer_hash2, WPS_HASH_LEN); in wps_process_e_hash2()
2287 if (os_memcmp_const(wps->peer_hash2, hash, WPS_HASH_LEN) != 0) { in wps_process_e_snonce2()