Searched refs:UUID_LEN (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Duuid.h12 #define UUID_LEN 16 macro
H A Duuid.c68 for (i = 0; i < UUID_LEN; i++)
83 if (os_get_random(uuid, UUID_LEN) < 0 ||
84 hmac_sha256(uuid, UUID_LEN, (const u8 *) &t, sizeof(t), hash) < 0)
87 os_memcpy(uuid, hash, UUID_LEN);
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp_i.h89 u8 uuid[UUID_LEN];
155 const u8 uuid[UUID_LEN]);
158 const u8 uuid[UUID_LEN]);
H A Dwps_upnp.c254 static int uuid_make(u8 uuid[UUID_LEN])
256 if (os_get_random(uuid, UUID_LEN) < 0)
571 const u8 uuid[UUID_LEN])
575 if (os_memcmp(s->uuid, uuid, UUID_LEN) == 0)
759 const u8 uuid[UUID_LEN])
H A Dwps_upnp_web.c996 u8 uuid[UUID_LEN];
1215 u8 uuid[UUID_LEN];
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dduid.c29 #define UUID_LEN 36 macro
106 char uuid[UUID_LEN + 1];
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwps_supplicant.c1825 sel_uuid, UUID_LEN);
1842 ap->uuid, UUID_LEN);
1844 os_memcmp(sel_uuid, ap->uuid, UUID_LEN) != 0) {
1956 u8 u[UUID_LEN];
1977 u8 u[UUID_LEN], *use_uuid = NULL;
1993 u8 u[UUID_LEN], *use_uuid = NULL;
2045 u8 u[UUID_LEN], *use_uuid = NULL;
2072 u8 u[UUID_LEN], *use_uuid = NULL;
2132 u8 u[UUID_LEN], *use_uuid = NULL;
2529 u8 u[UUID_LEN], *use_uui
[all...]
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dwps_hostapd.c1039 os_memcpy(wps->uuid, uuid, UUID_LEN);
1041 "interface", wps->uuid, UUID_LEN);
1045 "address", wps->uuid, UUID_LEN);
1048 os_memcpy(wps->uuid, hapd->conf->uuid, UUID_LEN);
1050 wps->uuid, UUID_LEN);
1359 u8 u[UUID_LEN];
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c626 #define UUID_LEN 16 macro
797 sizeof(struct berval) + SLAP_SYNCUUID_SET_SIZE * UUID_LEN,
801 pcookie.uuids[0].bv_len = UUID_LEN;
803 pcookie.uuids[i].bv_val = pcookie.uuids[i-1].bv_val + UUID_LEN;
804 pcookie.uuids[i].bv_len = UUID_LEN;
1957 bv->bv_val = &uuid_progress->uuid_buf[i*UUID_LEN];
2043 num * UUID_LEN, op->o_tmpmemctx );
2111 uuids[j].bv_val = uuids[0].bv_val + (j * UUID_LEN);
2112 AC_MEMCPY(uuids[j].bv_val, se->se_uuid.bv_val, UUID_LEN);
2113 uuids[j].bv_len = UUID_LEN;
[all...]
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dmain.c600 u8 uuid[UUID_LEN];

Completed in 276 milliseconds