Home
last modified time | relevance | path

Searched refs:entropy_source (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h212 std::string entropy_source() const;
213 void set_entropy_source(const std::string& entropy_source);
Dcuttlefish_config.cpp531 std::string CuttlefishConfig::entropy_source() const { in entropy_source() function in vsoc::CuttlefishConfig
534 void CuttlefishConfig::set_entropy_source(const std::string& entropy_source) { in set_entropy_source() argument
535 (*dictionary_)[kEntropySource] = entropy_source; in set_entropy_source()