Home
last modified time | relevance | path

Searched refs:sixteen_bytes (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dguid.cc44 uint64_t sixteen_bytes[2]; in GenerateGUID() local
47 base::RandBytes(&sixteen_bytes, sizeof(sixteen_bytes)); in GenerateGUID()
54 sixteen_bytes[0] &= 0xffffffff'ffff0fffULL; in GenerateGUID()
55 sixteen_bytes[0] |= 0x00000000'00004000ULL; in GenerateGUID()
59 sixteen_bytes[1] &= 0x3fffffff'ffffffffULL; in GenerateGUID()
60 sixteen_bytes[1] |= 0x80000000'00000000ULL; in GenerateGUID()
62 return RandomDataToGUIDString(sixteen_bytes); in GenerateGUID()