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

  /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/platform/
TestingPlatformSupport.cpp 83 void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length)
  /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/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/third_party/WebKit/Source/wtf/
CryptographicallyRandomNumber.cpp 180 void cryptographicallyRandomValues(void* buffer, size_t length)
  /external/chromium_org/mojo/examples/html_viewer/
blink_platform_impl.cc 83 void BlinkPlatformImpl::cryptographicallyRandomValues(unsigned char* buffer,
  /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 310 milliseconds