OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRandomBytes
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/util/
crypto_helpers_unittest.cc
19
TEST(CryptoHelpers,
GetRandomBytes
) {
23
GetRandomBytes
(&random_bytes[0], i);
crypto_helpers.h
36
void
GetRandomBytes
(char* output, int output_length);
crypto_helpers.cc
53
void
GetRandomBytes
(char* output, int output_length) {
67
GetRandomBytes
(&random_bytes[0], kNumberBytes);
user_settings.cc
354
GetRandomBytes
(binary_salt, sizeof(binary_salt));
Completed in 7249 milliseconds