Searched refs:pseudo_low_entropy_source_ (Results 1 – 3 of 3) sorted by relevance
113 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()
105 int pseudo_low_entropy_source_ = kLowEntropySourceNotSet; variable
47 entropy_state.pseudo_low_entropy_source_ = 0; in TEST_F()