Searched refs:EntropySource (Results 1 – 4 of 4) sorted by relevance
38 typedef bool (*EntropySource)(unsigned char* buffer, size_t buflen); typedef39 static void SetEntropySource(EntropySource entropy_source);
20 static RandomNumberGenerator::EntropySource entropy_source = NULL;24 void RandomNumberGenerator::SetEntropySource(EntropySource source) { in SetEntropySource()
6079 typedef bool (*EntropySource)(unsigned char* buffer, size_t length); typedef6271 static void SetEntropySource(EntropySource source);
5381 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource()