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

/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_attr_parse.h38 const u8 *e_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_attr_parse.c345 attr->e_hash1 = pos;
H A Dwps_registrar.c2267 static int wps_process_e_hash1(struct wps_data *wps, const u8 *e_hash1) argument
2269 if (e_hash1 == NULL) {
2274 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN);
2812 wps_process_e_hash1(wps, attr->e_hash1) ||
H A Dwps_validate.c1467 wps_validate_e_hash1(attr.e_hash1, 1) ||

Completed in 187 milliseconds