Home
last modified time | relevance | path

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

/external/v8/src/base/utils/
Drandom-number-generator.h38 typedef bool (*EntropySource)(unsigned char* buffer, size_t buflen); typedef
39 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/include/
Dv8.h6079 typedef bool (*EntropySource)(unsigned char* buffer, size_t length); typedef
6271 static void SetEntropySource(EntropySource source);
/external/v8/src/
Dapi.cc5381 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource()