Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/util/
Dcrypto_helpers_unittest.cc19 TEST(CryptoHelpers, GetRandomBytes) { in TEST() argument
23 GetRandomBytes(&random_bytes[0], i); in TEST()
Dcrypto_helpers.cc53 void GetRandomBytes(char* output, int output_length) { in GetRandomBytes() function
67 GetRandomBytes(&random_bytes[0], kNumberBytes); in Generate128BitRandomHexString()
Dcrypto_helpers.h36 void GetRandomBytes(char* output, int output_length);
Duser_settings.cc354 GetRandomBytes(binary_salt, sizeof(binary_salt)); in StoreHashedPassword()