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.h42 typedef bool (*EntropySource)(unsigned char* buffer, size_t buflen); typedef
43 static void SetEntropySource(EntropySource entropy_source);
Drandom-number-generator.cc22 static RandomNumberGenerator::EntropySource entropy_source = nullptr;
25 void RandomNumberGenerator::SetEntropySource(EntropySource source) { in SetEntropySource()
/external/v8/include/
Dv8.h8382 typedef bool (*EntropySource)(unsigned char* buffer, size_t length);
8453 static void SetEntropySource(EntropySource source);
/external/v8/src/
Dapi.cc6021 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource()