Searched refs:UUID_LEN (Results 1 – 9 of 9) sorted by relevance
| /dflybsd-src/contrib/wpa_supplicant/src/utils/ |
| H A D | uuid.c | 68 for (i = 0; i < UUID_LEN; i++) in is_nil_uuid() 83 if (os_get_random(uuid, UUID_LEN) < 0 || in uuid_random() 84 hmac_sha256(uuid, UUID_LEN, (const u8 *) &t, sizeof(t), hash) < 0) in uuid_random() 87 os_memcpy(uuid, hash, UUID_LEN); in uuid_random()
|
| H A D | uuid.h | 12 #define UUID_LEN 16 macro
|
| /dflybsd-src/contrib/wpa_supplicant/src/wps/ |
| H A D | wps_upnp_i.h | 89 u8 uuid[UUID_LEN]; 155 const u8 uuid[UUID_LEN]); 158 const u8 uuid[UUID_LEN]);
|
| H A D | wps_upnp.c | 254 static int uuid_make(u8 uuid[UUID_LEN]) in uuid_make() argument 256 if (os_get_random(uuid, UUID_LEN) < 0) in uuid_make() 571 const u8 uuid[UUID_LEN]) in subscription_find() argument 575 if (os_memcmp(s->uuid, uuid, UUID_LEN) == 0) in subscription_find() 759 const u8 uuid[UUID_LEN]) in subscription_renew() argument
|
| H A D | wps_upnp_web.c | 996 u8 uuid[UUID_LEN]; in web_connection_parse_subscribe() 1215 u8 uuid[UUID_LEN]; in web_connection_parse_unsubscribe()
|
| /dflybsd-src/contrib/dhcpcd/src/ |
| H A D | duid.c | 29 #define UUID_LEN 36 macro 106 char uuid[UUID_LEN + 1]; in duid_make_uuid()
|
| /dflybsd-src/contrib/cryptsetup/lib/ |
| H A D | libdevmapper.c | 379 #define UUID_LEN 37 /* 36 + \0, libuuid ... */ macro 388 char *ptr, uuid2[UUID_LEN] = {0}; in dm_prepare_uuid() 398 for (ptr = uuid2, i = 0; i < UUID_LEN; i++) { in dm_prepare_uuid()
|
| /dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
| H A D | wps_supplicant.c | 1825 sel_uuid, UUID_LEN); in wpas_wps_scan_pbc_overlap() 1842 ap->uuid, UUID_LEN); in wpas_wps_scan_pbc_overlap() 1844 os_memcmp(sel_uuid, ap->uuid, UUID_LEN) != 0) { in wpas_wps_scan_pbc_overlap() 1956 u8 u[UUID_LEN]; in wpas_wps_er_add_pin() 1977 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_pbc() 1993 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_learn() 2045 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_set_config() 2072 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_config() 2132 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_nfc_config_token() 2529 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_nfc_handover_sel()
|
| /dflybsd-src/contrib/wpa_supplicant/src/ap/ |
| H A D | wps_hostapd.c | 1039 os_memcpy(wps->uuid, uuid, UUID_LEN); in hostapd_init_wps() 1041 "interface", wps->uuid, UUID_LEN); in hostapd_init_wps() 1045 "address", wps->uuid, UUID_LEN); in hostapd_init_wps() 1048 os_memcpy(wps->uuid, hapd->conf->uuid, UUID_LEN); in hostapd_init_wps() 1050 wps->uuid, UUID_LEN); in hostapd_init_wps() 1359 u8 u[UUID_LEN]; in hostapd_wps_add_pin()
|