Home
last modified time | relevance | path

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

/external/v8/src/base/utils/
Drandom-number-generator.h39 static void SetEntropySource(EntropySource entropy_source);
Drandom-number-generator.cc24 void RandomNumberGenerator::SetEntropySource(EntropySource source) { in SetEntropySource() function in v8::base::RandomNumberGenerator
/external/v8/src/
Dapi.cc5381 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource() function in v8::v8::V8
5382 base::RandomNumberGenerator::SetEntropySource(entropy_source); in SetEntropySource()
/external/v8/include/
Dv8.h6271 static void SetEntropySource(EntropySource source);