HomeSort by relevance Sort by last modified time
    Searched refs:r_hash1 (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_parse.c 183 attr->r_hash1 = pos;
wps_enrollee.c 528 static int wps_process_r_hash1(struct wps_data *wps, const u8 *r_hash1)
530 if (r_hash1 == NULL) {
535 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN);
847 wps_process_r_hash1(wps, attr->r_hash1) ||
wps_i.h 126 const u8 *r_hash1; /* WPS_HASH_LEN (32) octets */ member in struct:wps_parse_attr

Completed in 12 milliseconds