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

  /external/chromium_org/third_party/WebKit/Source/wtf/
CryptographicallyRandomNumber.h 42 WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length);
47 using WTF::cryptographicallyRandomValues;
CryptographicallyRandomNumber.cpp 179 void cryptographicallyRandomValues(void* buffer, size_t length)
  /external/chromium_org/content/public/test/
unittest_test_suite.cc 22 virtual void cryptographicallyRandomValues(unsigned char* buffer,
  /external/chromium_org/third_party/WebKit/Source/platform/
UUID.cpp 43 cryptographicallyRandomValues(reinterpret_cast<unsigned char*>(randomData), sizeof(randomData));
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 84 Platform::current()->cryptographicallyRandomValues(buffer, length);
135 static void cryptographicallyRandomValues(unsigned char* buffer, size_t length)
137 Platform::current()->cryptographicallyRandomValues(buffer, length);
153 WTF::setRandomSource(cryptographicallyRandomValues);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.cpp 76 cryptographicallyRandomValues(array->baseAddress(), array->byteLength());
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
OriginAccessEntryTest.cpp 61 virtual void cryptographicallyRandomValues(unsigned char*, size_t) { ASSERT_NOT_REACHED(); }
  /external/chromium/webkit/glue/
webkitclient_impl.h 71 virtual void cryptographicallyRandomValues(
webkitclient_impl.cc 452 void WebKitClientImpl::cryptographicallyRandomValues(
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 131 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); }
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 108 virtual void cryptographicallyRandomValues(
webkitplatformsupport_impl.cc 752 void WebKitPlatformSupportImpl::cryptographicallyRandomValues(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.cpp 140 cryptographicallyRandomValues(frameData.data() + maskingKeyStart, maskingKeyWidthInBytes);
WebSocketHandshake.cpp 117 cryptographicallyRandomValues(key, nonceSize);
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.cpp 57 cryptographicallyRandomValues(&randomValues, randomValuesLength);
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 409 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) = 0;

Completed in 176 milliseconds