HomeSort by relevance Sort by last modified time
    Searched refs:EntropySource (Results 1 - 4 of 4) sorted by null

  /external/v8/src/base/utils/
random-number-generator.h 36 // EntropySource is used as a callback function when V8 needs a source of
38 typedef bool (*EntropySource)(unsigned char* buffer, size_t buflen);
39 static void SetEntropySource(EntropySource entropy_source);
random-number-generator.cc 20 static RandomNumberGenerator::EntropySource entropy_source = NULL;
24 void RandomNumberGenerator::SetEntropySource(EntropySource source) {
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 49 milliseconds