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

  /external/chromium_org/components/variations/
entropy_provider.cc 91 uint16 low_entropy_source,
93 : low_entropy_source_(low_entropy_source),
95 DCHECK_LT(low_entropy_source, low_entropy_source_max);
entropy_provider.h 70 // Creates a PermutedEntropyProvider with the given |low_entropy_source|,
72 PermutedEntropyProvider(uint16 low_entropy_source,
entropy_provider_unittest.cc 89 const int low_entropy_source = variable
92 base::GenerateGUID() + base::IntToString(low_entropy_source);
120 const int low_entropy_source = variable
122 return mapping_[low_entropy_source] /
  /external/chromium_org/chrome/common/metrics/
caching_permuted_entropy_provider.h 25 // prefs service with the specified |low_entropy_source|, which should have a
28 uint16 low_entropy_source,
caching_permuted_entropy_provider.cc 19 uint16 low_entropy_source,
21 : PermutedEntropyProvider(low_entropy_source, low_entropy_source_max),

Completed in 77 milliseconds