Home
last modified time | relevance | path

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

/external/v8/src/base/utils/
Drandom-number-generator.cc20 static RandomNumberGenerator::EntropySource entropy_source = NULL; variable
26 entropy_source = source; in SetEntropySource()
33 if (entropy_source != NULL) { in RandomNumberGenerator()
35 if (entropy_source(reinterpret_cast<unsigned char*>(&seed), in RandomNumberGenerator()
Drandom-number-generator.h40 static void SetEntropySource(EntropySource entropy_source);
/external/v8/src/
Dapi.cc6156 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource() argument
6157 base::RandomNumberGenerator::SetEntropySource(entropy_source); in SetEntropySource()