Home | History | Annotate | Download | only in include

Lines Matching defs:EntropySource

2862  * EntropySource is used as a callback function when v8 needs a source
2865 typedef bool (*EntropySource)(unsigned char* buffer, size_t length);
3133 static void SetEntropySource(EntropySource source);