Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/util/
Dcrypto_helpers.cc55 const char* random_int_bytes = reinterpret_cast<const char*>(&random_int); in GetRandomBytes() local
60 memcpy(output + i, random_int_bytes, copy_count); in GetRandomBytes()