Searched refs:entropy_source (Results 1 – 3 of 3) sorted by relevance
20 static RandomNumberGenerator::EntropySource entropy_source = NULL; variable26 entropy_source = source; in SetEntropySource()33 if (entropy_source != NULL) { in RandomNumberGenerator()35 if (entropy_source(reinterpret_cast<unsigned char*>(&seed), in RandomNumberGenerator()
33 static void SetEntropySource(EntropySource entropy_source);
5051 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource() argument5052 base::RandomNumberGenerator::SetEntropySource(entropy_source); in SetEntropySource()