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

  /external/chromium_org/components/variations/
entropy_provider.h 58 std::string entropy_source_; member in class:metrics::SHA1EntropyProvider
entropy_provider.cc 73 : entropy_source_(entropy_source) {
84 // combination of the original |entropy_source_| and the |trial_name|.
86 // Note: If |entropy_source_| has very low entropy, such as 13 bits or less,
90 std::string input(entropy_source_ + trial_name);

Completed in 2242 milliseconds