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

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

Completed in 55 milliseconds