Searched defs:EntropySource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/base/utils/
H A Drandom-number-generator.h30 // EntropySource is used as a callback function when V8 needs a source of
32 typedef bool (*EntropySource)(unsigned char* buffer, size_t buflen); typedef in class:v8::base::FINAL
33 static void SetEntropySource(EntropySource entropy_source);
/external/chromium_org/v8/include/
H A Dv8.h4893 * EntropySource is used as a callback function when v8 needs a source
4896 typedef bool (*EntropySource)(unsigned char* buffer, size_t length); typedef in namespace:v8
5113 static void SetEntropySource(EntropySource source);

Completed in 166 milliseconds