Home
last modified time | relevance | path

Searched refs:pseudo_low_entropy_source_ (Results 1 – 3 of 3) sorted by relevance

/external/cronet/components/metrics/
Dentropy_state.cc113 return pseudo_low_entropy_source_; in GetPseudoLowEntropySource()
125 pseudo_low_entropy_source_ != kLowEntropySourceNotSet) in UpdateLowEntropySources()
144 pseudo_low_entropy_source_ = pseudo_pref; in UpdateLowEntropySources()
162 if (pseudo_low_entropy_source_ == kLowEntropySourceNotSet) { in UpdateLowEntropySources()
163 pseudo_low_entropy_source_ = GeneratePseudoLowEntropySource(); in UpdateLowEntropySources()
164 DCHECK(IsValidLowEntropySource(pseudo_low_entropy_source_)); in UpdateLowEntropySources()
166 pseudo_low_entropy_source_); in UpdateLowEntropySources()
Dentropy_state.h105 int pseudo_low_entropy_source_ = kLowEntropySourceNotSet; variable
Dentropy_state_unittest.cc47 entropy_state.pseudo_low_entropy_source_ = 0; in TEST_F()