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.cc22 static RandomNumberGenerator::EntropySource entropy_source = nullptr; variable
27 entropy_source = source; in SetEntropySource()
34 if (entropy_source != nullptr) { in RandomNumberGenerator()
36 if (entropy_source(reinterpret_cast<unsigned char*>(&seed), in RandomNumberGenerator()
Drandom-number-generator.h43 static void SetEntropySource(EntropySource entropy_source);
/external/v8/src/
Dapi.cc6021 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource() argument
6022 base::RandomNumberGenerator::SetEntropySource(entropy_source); in SetEntropySource()