Searched refs:EntropySource (Results 1 – 5 of 5) sorted by relevance
32 typedef bool (*EntropySource)(unsigned char* buffer, size_t buflen); typedef33 static void SetEntropySource(EntropySource entropy_source);
20 static RandomNumberGenerator::EntropySource entropy_source = NULL;24 void RandomNumberGenerator::SetEntropySource(EntropySource source) { in SetEntropySource()
65 static void SetEntropySource(EntropySource source);
5051 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource()
4896 typedef bool (*EntropySource)(unsigned char* buffer, size_t length); typedef5113 static void SetEntropySource(EntropySource source);