Searched refs:entropy_source (Results 1 – 6 of 6) 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);
48 double GenerateSHA1Entropy(const std::string& entropy_source, in GenerateSHA1Entropy() argument50 SHA1EntropyProvider sha1_provider(entropy_source); in GenerateSHA1Entropy()56 double GeneratePermutedEntropy(uint16 entropy_source, in GeneratePermutedEntropy() argument59 PermutedEntropyProvider permuted_provider(entropy_source, entropy_max); in GeneratePermutedEntropy()
72 SHA1EntropyProvider::SHA1EntropyProvider(const std::string& entropy_source) in SHA1EntropyProvider() argument73 : entropy_source_(entropy_source) { in SHA1EntropyProvider()
50 explicit SHA1EntropyProvider(const std::string& entropy_source);
5051 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource() argument5052 base::RandomNumberGenerator::SetEntropySource(entropy_source); in SetEntropySource()