Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/utils/
Drandom-number-generator.h43 static void SetEntropySource(EntropySource entropy_source);
Drandom-number-generator.cc29 void RandomNumberGenerator::SetEntropySource(EntropySource source) { in SetEntropySource() function in v8::base::RandomNumberGenerator
/third_party/node/deps/v8/include/
Dv8-initialization.h114 static void SetEntropySource(EntropySource source);
/third_party/node/src/
Dnode.cc1070 V8::SetEntropySource([](unsigned char* buffer, size_t length) { in InitializeOncePerProcess()
/third_party/node/deps/v8/src/api/
Dapi.cc6126 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource() function in v8::v8::V8
6127 base::RandomNumberGenerator::SetEntropySource(entropy_source); in SetEntropySource()