HomeSort by relevance Sort by last modified time
    Searched defs:entropy_source (Results 1 - 2 of 2) 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),
  /device/google/cuttlefish_common/host/libs/config/
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;

Completed in 213 milliseconds