HomeSort by relevance Sort by last modified time
    Searched defs:cryptographicallyRandomValues (Results 1 - 9 of 9) 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/media/blink/
run_all_unittests.cc 22 virtual void cryptographicallyRandomValues(unsigned char* buffer,
30 void TestBlinkPlatformSupport::cryptographicallyRandomValues(
  /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 140 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); }
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 127 static void cryptographicallyRandomValues(unsigned char* buffer, size_t length)
129 Platform::current()->cryptographicallyRandomValues(buffer, length);
145 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/services/html_viewer/
blink_platform_impl.cc 102 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(); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RecordingImageBufferSurfaceTest.cpp 287 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); }

Completed in 231 milliseconds