Searched refs:entropy_source (Results 1 – 3 of 3) sorted by relevance
26 static RandomNumberGenerator::EntropySource entropy_source = nullptr; variable31 entropy_source = source; in SetEntropySource()39 if (entropy_source != nullptr) { in RandomNumberGenerator()41 if (entropy_source(reinterpret_cast<unsigned char*>(&seed), in RandomNumberGenerator()
43 static void SetEntropySource(EntropySource entropy_source);
6202 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource() argument6203 base::RandomNumberGenerator::SetEntropySource(entropy_source); in SetEntropySource()