/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | CryptographicallyRandomNumber.h | 42 WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length); 47 using WTF::cryptographicallyRandomValues;
|
D | CryptographicallyRandomNumber.cpp | 180 void cryptographicallyRandomValues(void* buffer, size_t length) in cryptographicallyRandomValues() function
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebKit.cpp | 127 static void cryptographicallyRandomValues(unsigned char* buffer, size_t length) in cryptographicallyRandomValues() function 129 Platform::current()->cryptographicallyRandomValues(buffer, length); in cryptographicallyRandomValues() 145 WTF::setRandomSource(cryptographicallyRandomValues); in initializeWithoutV8()
|
/external/chromium_org/media/blink/ |
D | run_all_unittests.cc | 22 virtual void cryptographicallyRandomValues(unsigned char* buffer, 30 void TestBlinkPlatformSupport::cryptographicallyRandomValues( in cryptographicallyRandomValues() function in TestBlinkPlatformSupport
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | UUID.cpp | 43 cryptographicallyRandomValues(reinterpret_cast<unsigned char*>(randomData), sizeof(randomData)); in createCanonicalUUIDString()
|
D | TestingPlatformSupport.h | 69 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE;
|
D | TestingPlatformSupport.cpp | 83 void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length) in cryptographicallyRandomValues() function in blink::TestingPlatformSupport
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontCacheTest.cpp | 19 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE { } in cryptographicallyRandomValues() function in blink::EmptyPlatform
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
D | OriginAccessEntryTest.cpp | 61 virtual void cryptographicallyRandomValues(unsigned char*, size_t) { ASSERT_NOT_REACHED(); } in cryptographicallyRandomValues() function in __anon4b603ed60111::OriginAccessEntryTestPlatform
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | Crypto.cpp | 74 cryptographicallyRandomValues(array->baseAddress(), array->byteLength()); in getRandomValues()
|
/external/chromium_org/mojo/services/html_viewer/ |
D | blink_platform_impl.h | 37 virtual void cryptographicallyRandomValues(
|
D | blink_platform_impl.cc | 102 void BlinkPlatformImpl::cryptographicallyRandomValues(unsigned char* buffer, in cryptographicallyRandomValues() function in mojo::BlinkPlatformImpl
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | CompositorAnimationsTestHelper.h | 140 …virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REAC… in cryptographicallyRandomValues() function
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WebSocketFrame.cpp | 138 cryptographicallyRandomValues(frameData.data() + maskingKeyStart, maskingKeyWidthInBytes); in appendFramePayload()
|
D | WebSocketHandshake.cpp | 103 cryptographicallyRandomValues(key, nonceSize); in generateSecWebSocketKey()
|
/external/chromium_org/content/child/ |
D | blink_platform_impl.h | 141 virtual void cryptographicallyRandomValues( in NON_EXPORTED_BASE()
|
D | blink_platform_impl.cc | 941 void BlinkPlatformImpl::cryptographicallyRandomValues( in cryptographicallyRandomValues() function in content::BlinkPlatformImpl
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | TextFinderTest.cpp | 405 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE in cryptographicallyRandomValues() function in __anon5d4b606d0111::TextFinderFakeTimerTest::TimeProxyPlatform 407 ensureFallback().cryptographicallyRandomValues(buffer, length); in cryptographicallyRandomValues()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | RecordingImageBufferSurfaceTest.cpp | 287 …virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REAC… in cryptographicallyRandomValues() function in __anon670e20580211::AutoInstallCurrentThreadPlatformMock::CurrentThreadPlatformMock
|
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/ |
D | MHTMLArchive.cpp | 58 cryptographicallyRandomValues(&randomValues, randomValuesLength); in generateRandomBoundary()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | Platform.h | 424 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | CachingCorrectnessTest.cpp | 127 …virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REAC… in cryptographicallyRandomValues() function in __anon7f1ad04a0111::CachingCorrectnessTest::ProxyPlatform
|