Home
last modified time | relevance | path

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

/external/v8/src/base/utils/
Drandom-number-generator.h32 typedef bool (*EntropySource)(unsigned char* buffer, size_t buflen); typedef
33 static void SetEntropySource(EntropySource entropy_source);
Drandom-number-generator.cc20 static RandomNumberGenerator::EntropySource entropy_source = NULL;
24 void RandomNumberGenerator::SetEntropySource(EntropySource source) { in SetEntropySource()
/external/v8/src/
Dv8.h65 static void SetEntropySource(EntropySource source);
Dapi.cc5051 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource()
/external/v8/include/
Dv8.h4896 typedef bool (*EntropySource)(unsigned char* buffer, size_t length); typedef
5113 static void SetEntropySource(EntropySource source);