HomeSort by relevance Sort by last modified time
    Searched refs:entropy_source (Results 1 - 6 of 6) sorted by null

  /external/v8/src/base/utils/
random-number-generator.cc 20 static RandomNumberGenerator::EntropySource entropy_source = NULL; member in namespace:v8::base
26 entropy_source = source;
33 if (entropy_source != NULL) {
35 if (entropy_source(reinterpret_cast<unsigned char*>(&seed),
random-number-generator.h 40 static void SetEntropySource(EntropySource entropy_source);
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 145 std::string entropy_source() const;
146 void set_entropy_source(const std::string& entropy_source);
cuttlefish_config.cpp 102 const char* kEntropySource = "entropy_source";
318 std::string CuttlefishConfig::entropy_source() const { function in class:vsoc::CuttlefishConfig
321 void CuttlefishConfig::set_entropy_source(const std::string& entropy_source) {
322 (*dictionary_)[kEntropySource] = entropy_source;
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 317 ConfigureHWRNG(devices, config->entropy_source());
  /external/v8/src/
api.cc     [all...]

Completed in 132 milliseconds