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

  /external/chromium_org/third_party/WebKit/Source/wtf/
CryptographicallyRandomNumber.h 35 typedef void (*RandomNumberSource)(unsigned char*, size_t);
37 // The RandomNumberSource function MUST be threadsafe.
38 WTF_EXPORT void setRandomSource(RandomNumberSource);
CryptographicallyRandomNumber.cpp 39 static RandomNumberSource sourceFunction;
41 void setRandomSource(RandomNumberSource source)

Completed in 124 milliseconds