Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_attr_parse.h36 const u8 *r_hash1; /* WPS_HASH_LEN (32) octets */ member
Dwps_enrollee.c596 static int wps_process_r_hash1(struct wps_data *wps, const u8 *r_hash1) in wps_process_r_hash1() argument
598 if (r_hash1 == NULL) { in wps_process_r_hash1()
603 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN); in wps_process_r_hash1()
1115 wps_process_r_hash1(wps, attr->r_hash1) || in wps_process_m4()
Dwps_attr_parse.c329 attr->r_hash1 = pos; in wps_set_attr()
Dwps_validate.c1503 wps_validate_r_hash1(attr.r_hash1, 1) || in wps_validate_m4()