/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 | 97 Platform::current()->cryptographicallyRandomValues(buffer, length); in generateEntropy() 142 static void cryptographicallyRandomValues(unsigned char* buffer, size_t length) in cryptographicallyRandomValues() function 144 Platform::current()->cryptographicallyRandomValues(buffer, length); in cryptographicallyRandomValues() 160 WTF::setRandomSource(cryptographicallyRandomValues); in initializeWithoutV8()
|
/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 WebCore::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 WebCore::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 __anon5fa1ce430111::OriginAccessEntryTestPlatform
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | Crypto.cpp | 75 cryptographicallyRandomValues(array->baseAddress(), array->byteLength()); in getRandomValues()
|
/external/chromium_org/mojo/examples/html_viewer/ |
D | blink_platform_impl.h | 32 virtual void cryptographicallyRandomValues(
|
D | blink_platform_impl.cc | 83 void BlinkPlatformImpl::cryptographicallyRandomValues(unsigned char* buffer, in cryptographicallyRandomValues() function in mojo::examples::BlinkPlatformImpl
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | CompositorAnimationsTestHelper.h | 131 …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 | 140 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 | 137 virtual void cryptographicallyRandomValues( in NON_EXPORTED_BASE()
|
D | blink_platform_impl.cc | 829 void BlinkPlatformImpl::cryptographicallyRandomValues( in cryptographicallyRandomValues() function in content::BlinkPlatformImpl
|
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/ |
D | MHTMLArchive.cpp | 57 cryptographicallyRandomValues(&randomValues, randomValuesLength); in generateRandomBoundary()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | Platform.h | 436 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 __anon0b7c90570111::CachingCorrectnessTest::ProxyPlatform
|