Searched refs:entropy_source (Results 1 – 2 of 2) sorted by relevance
212 std::string entropy_source() const;213 void set_entropy_source(const std::string& entropy_source);
531 std::string CuttlefishConfig::entropy_source() const { in entropy_source() function in vsoc::CuttlefishConfig534 void CuttlefishConfig::set_entropy_source(const std::string& entropy_source) { in set_entropy_source() argument535 (*dictionary_)[kEntropySource] = entropy_source; in set_entropy_source()