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

  /external/webkit/Source/JavaScriptCore/wtf/
CryptographicallyRandomNumber.h 35 void cryptographicallyRandomValues(void* buffer, size_t length);
42 using WTF::cryptographicallyRandomValues;
CryptographicallyRandomNumber.cpp 180 void cryptographicallyRandomValues(void* buffer, size_t length)
  /external/webkit/Source/WebKit/chromium/src/
ChromiumOSRandomSource.cpp 41 WebKit::webKitClient()->cryptographicallyRandomValues(buffer, length);
  /external/webkit/Source/WebCore/page/
Crypto.cpp 64 cryptographicallyRandomValues(array->baseAddress(), array->byteLength());
  /external/chromium/webkit/glue/
webkitclient_impl.h 71 virtual void cryptographicallyRandomValues(
webkitclient_impl.cc 452 void WebKitClientImpl::cryptographicallyRandomValues(
  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 267 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length)
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 137 cryptographicallyRandomValues(key3, 8);

Completed in 335 milliseconds