HomeSort by relevance Sort by last modified time
    Searched refs:RandomNumberSource (Results 1 - 3 of 3) 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 38 static RandomNumberSource sourceFunction;
40 void setRandomSource(RandomNumberSource source)
PartitionAllocTest.cpp 57 static void RandomNumberSource(unsigned char* buf, size_t len)
64 WTF::setRandomSource(RandomNumberSource);

Completed in 597 milliseconds