Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_attr_parse.h37 const u8 *r_hash2; /* WPS_HASH_LEN (32) octets */ member
Dwps_enrollee.c610 static int wps_process_r_hash2(struct wps_data *wps, const u8 *r_hash2) in wps_process_r_hash2() argument
612 if (r_hash2 == NULL) { in wps_process_r_hash2()
617 os_memcpy(wps->peer_hash2, r_hash2, WPS_HASH_LEN); in wps_process_r_hash2()
1116 wps_process_r_hash2(wps, attr->r_hash2)) { in wps_process_m4()
Dwps_attr_parse.c337 attr->r_hash2 = pos; in wps_set_attr()
Dwps_validate.c1504 wps_validate_r_hash2(attr.r_hash2, 1) || in wps_validate_m4()