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

/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_attr_parse.h39 const u8 *e_hash2; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
H A Dwps_attr_parse.c353 attr->e_hash2 = pos;
H A Dwps_registrar.c2281 static int wps_process_e_hash2(struct wps_data *wps, const u8 *e_hash2) argument
2283 if (e_hash2 == NULL) {
2288 os_memcpy(wps->peer_hash2, e_hash2, WPS_HASH_LEN);
2813 wps_process_e_hash2(wps, attr->e_hash2)) {
H A Dwps_validate.c1468 wps_validate_e_hash2(attr.e_hash2, 1) ||

Completed in 144 milliseconds