Searched refs:e_hash1 (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_attr_parse.h | 38 const u8 *e_hash1; /* WPS_HASH_LEN (32) octets */ member
|
D | wps_attr_parse.c | 345 attr->e_hash1 = pos; in wps_set_attr()
|
D | wps_registrar.c | 2267 static int wps_process_e_hash1(struct wps_data *wps, const u8 *e_hash1) in wps_process_e_hash1() argument 2269 if (e_hash1 == NULL) { in wps_process_e_hash1() 2274 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN); in wps_process_e_hash1() 2812 wps_process_e_hash1(wps, attr->e_hash1) || in wps_process_m3()
|
D | wps_validate.c | 1467 wps_validate_e_hash1(attr.e_hash1, 1) || in wps_validate_m3()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_attr_parse.h | 38 const u8 *e_hash1; /* WPS_HASH_LEN (32) octets */ member
|
D | wps_attr_parse.c | 345 attr->e_hash1 = pos; in wps_set_attr()
|
D | wps_registrar.c | 2258 static int wps_process_e_hash1(struct wps_data *wps, const u8 *e_hash1) in wps_process_e_hash1() argument 2260 if (e_hash1 == NULL) { in wps_process_e_hash1() 2265 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN); in wps_process_e_hash1() 2803 wps_process_e_hash1(wps, attr->e_hash1) || in wps_process_m3()
|
D | wps_validate.c | 1467 wps_validate_e_hash1(attr.e_hash1, 1) || in wps_validate_m3()
|