Home
last modified time | relevance | path

Searched refs:low_entropy_source (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/variations/
Dentropy_provider.cc105 uint16 low_entropy_source, in PermutedEntropyProvider() argument
107 : low_entropy_source_(low_entropy_source), in PermutedEntropyProvider()
109 DCHECK_LT(low_entropy_source, low_entropy_source_max); in PermutedEntropyProvider()
Dentropy_provider_unittest.cc89 const int low_entropy_source = in GenerateEntropyValue() local
92 base::GenerateGUID() + base::IntToString(low_entropy_source); in GenerateEntropyValue()
120 const int low_entropy_source = in GenerateEntropyValue() local
122 return mapping_[low_entropy_source] / in GenerateEntropyValue()
Dcaching_permuted_entropy_provider.cc19 uint16 low_entropy_source, in CachingPermutedEntropyProvider() argument
21 : PermutedEntropyProvider(low_entropy_source, low_entropy_source_max), in CachingPermutedEntropyProvider()
Dcaching_permuted_entropy_provider.h28 uint16 low_entropy_source,
Dentropy_provider.h72 PermutedEntropyProvider(uint16 low_entropy_source,