HomeSort by relevance Sort by last modified time
    Searched refs:cryptographicallyRandomValues (Results 1 - 19 of 19) 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 180 void cryptographicallyRandomValues(void* buffer, size_t length)
  /external/chromium_org/third_party/WebKit/Source/platform/
TestingPlatformSupport.h 69 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE;
UUID.cpp 43 cryptographicallyRandomValues(reinterpret_cast<unsigned char*>(randomData), sizeof(randomData));
TestingPlatformSupport.cpp 83 void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCacheTest.cpp 19 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
OriginAccessEntryTest.cpp 61 virtual void cryptographicallyRandomValues(unsigned char*, size_t) { ASSERT_NOT_REACHED(); }
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 97 Platform::current()->cryptographicallyRandomValues(buffer, length);
142 static void cryptographicallyRandomValues(unsigned char* buffer, size_t length)
144 Platform::current()->cryptographicallyRandomValues(buffer, length);
160 WTF::setRandomSource(cryptographicallyRandomValues);
  /external/chromium_org/mojo/examples/html_viewer/
blink_platform_impl.h 32 virtual void cryptographicallyRandomValues(
blink_platform_impl.cc 83 void BlinkPlatformImpl::cryptographicallyRandomValues(unsigned char* buffer,
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.cpp 75 cryptographicallyRandomValues(array->baseAddress(), array->byteLength());
  /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/content/child/
blink_platform_impl.h 137 virtual void cryptographicallyRandomValues(
blink_platform_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.cpp 140 cryptographicallyRandomValues(frameData.data() + maskingKeyStart, maskingKeyWidthInBytes);
WebSocketHandshake.cpp 103 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 436 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CachingCorrectnessTest.cpp 127 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); }

Completed in 1450 milliseconds