Searched refs:EntropySource (Results 1 – 4 of 4) sorted by relevance
42 typedef bool (*EntropySource)(unsigned char* buffer, size_t buflen); typedef43 static void SetEntropySource(EntropySource entropy_source);
22 static RandomNumberGenerator::EntropySource entropy_source = nullptr;25 void RandomNumberGenerator::SetEntropySource(EntropySource source) { in SetEntropySource()
8382 typedef bool (*EntropySource)(unsigned char* buffer, size_t length);8453 static void SetEntropySource(EntropySource source);
6021 void v8::V8::SetEntropySource(EntropySource entropy_source) { in SetEntropySource()