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

/external/v8/include/
H A Dv8.h2862 * EntropySource is used as a callback function when v8 needs a source
2865 typedef bool (*EntropySource)(unsigned char* buffer, size_t length); typedef in namespace:v8
3133 static void SetEntropySource(EntropySource source);

Completed in 98 milliseconds