Home
last modified time | relevance | path

Searched refs:set_entropy_source (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h213 void set_entropy_source(const std::string& entropy_source);
Dcuttlefish_config.cpp534 void CuttlefishConfig::set_entropy_source(const std::string& entropy_source) { in set_entropy_source() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc422 tmp_config_obj.set_entropy_source("/dev/urandom"); in InitializeCuttlefishConfiguration()