Searched refs:cryptographicallyRandomValues (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCryptographicallyRandomNumber.h42 WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length);
47 using WTF::cryptographicallyRandomValues;
H A DCryptographicallyRandomNumber.cpp180 void cryptographicallyRandomValues(void* buffer, size_t length) function in namespace:WTF
/external/chromium_org/third_party/WebKit/Source/platform/
H A DUUID.cpp43 cryptographicallyRandomValues(reinterpret_cast<unsigned char*>(randomData), sizeof(randomData));
H A DTestingPlatformSupport.cpp83 void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length) function in class:blink::TestingPlatformSupport
H A DTestingPlatformSupport.h69 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE;
/external/chromium_org/media/blink/
H A Drun_all_unittests.cc22 virtual void cryptographicallyRandomValues(unsigned char* buffer,
30 void TestBlinkPlatformSupport::cryptographicallyRandomValues( function in class:TestBlinkPlatformSupport
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCrypto.cpp74 cryptographicallyRandomValues(array->baseAddress(), array->byteLength());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCacheTest.cpp19 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DOriginAccessEntryTest.cpp61 virtual void cryptographicallyRandomValues(unsigned char*, size_t) { ASSERT_NOT_REACHED(); } function in class:__anon11359::OriginAccessEntryTestPlatform
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebKit.cpp127 static void cryptographicallyRandomValues(unsigned char* buffer, size_t length) function in namespace:blink
129 Platform::current()->cryptographicallyRandomValues(buffer, length);
145 WTF::setRandomSource(cryptographicallyRandomValues);
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_platform_impl.h37 virtual void cryptographicallyRandomValues(
H A Dblink_platform_impl.cc102 void BlinkPlatformImpl::cryptographicallyRandomValues(unsigned char* buffer, function in class:mojo::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimationsTestHelper.h140 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); } function in class:blink::AnimationCompositorAnimationsTestBase::PlatformProxy
/external/chromium_org/content/child/
H A Dblink_platform_impl.h141 virtual void cryptographicallyRandomValues(
H A Dblink_platform_impl.cc941 void BlinkPlatformImpl::cryptographicallyRandomValues(
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketFrame.cpp138 cryptographicallyRandomValues(frameData.data() + maskingKeyStart, maskingKeyWidthInBytes);
H A DWebSocketHandshake.cpp103 cryptographicallyRandomValues(key, nonceSize);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRecordingImageBufferSurfaceTest.cpp287 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); } function in class:__anon11317::AutoInstallCurrentThreadPlatformMock::CurrentThreadPlatformMock
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLArchive.cpp58 cryptographicallyRandomValues(&randomValues, randomValuesLength);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DTextFinderTest.cpp405 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE
407 ensureFallback().cryptographicallyRandomValues(buffer, length);
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h424 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) = 0;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCachingCorrectnessTest.cpp127 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); } function in class:__anon11069::CachingCorrectnessTest::ProxyPlatform

Completed in 438 milliseconds