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

/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_attr_parse.h36 const u8 *r_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_enrollee.c596 static int wps_process_r_hash1(struct wps_data *wps, const u8 *r_hash1) argument
598 if (r_hash1 == NULL) {
603 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN);
1104 wps_process_r_hash1(wps, attr->r_hash1) ||
H A Dwps_attr_parse.c329 attr->r_hash1 = pos;
H A Dwps_validate.c1503 wps_validate_r_hash1(attr.r_hash1, 1) ||

Completed in 142 milliseconds