Home
last modified time | relevance | path

Searched defs:cryptographicallyRandomValues (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DCryptographicallyRandomNumber.cpp180 void cryptographicallyRandomValues(void* buffer, size_t length) in cryptographicallyRandomValues() function
/external/webkit/Source/WebKit/chromium/public/
DWebKitClient.h267 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) in cryptographicallyRandomValues() function
/external/chromium/webkit/glue/
Dwebkitclient_impl.cc452 void WebKitClientImpl::cryptographicallyRandomValues( in cryptographicallyRandomValues() function in webkit_glue::WebKitClientImpl