Searched defs:r_hash1 (Results 1 - 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_enrollee.c | 529 static int wps_process_r_hash1(struct wps_data *wps, const u8 *r_hash1) argument 531 if (r_hash1 == NULL) { 536 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN); 1004 wps_process_r_hash1(wps, attr->r_hash1) ||
|
H A D | wps_attr_parse.h | 36 const u8 *r_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_enrollee.c | 529 static int wps_process_r_hash1(struct wps_data *wps, const u8 *r_hash1) argument 531 if (r_hash1 == NULL) { 536 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN); 1004 wps_process_r_hash1(wps, attr->r_hash1) ||
|
H A D | wps_attr_parse.h | 36 const u8 *r_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_enrollee.c | 529 static int wps_process_r_hash1(struct wps_data *wps, const u8 *r_hash1) argument 531 if (r_hash1 == NULL) { 536 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN); 1004 wps_process_r_hash1(wps, attr->r_hash1) ||
|
H A D | wps_attr_parse.h | 36 const u8 *r_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr
|
Completed in 130 milliseconds