Searched refs:entropy_source (Results 1 – 3 of 3) sorted by relevance
22 static RandomNumberGenerator::EntropySource entropy_source = nullptr; variable27 entropy_source = source; in SetEntropySource()34 if (entropy_source != nullptr) { in RandomNumberGenerator()36 if (entropy_source(reinterpret_cast<unsigned char*>(&seed), in RandomNumberGenerator()
43 static void SetEntropySource(EntropySource entropy_source);
6021 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource() argument6022 base::RandomNumberGenerator::SetEntropySource(entropy_source); in SetEntropySource()