Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DCryptographicallyRandomNumber.h42 WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length);
47 using WTF::cryptographicallyRandomValues;
DCryptographicallyRandomNumber.cpp180 void cryptographicallyRandomValues(void* buffer, size_t length) in cryptographicallyRandomValues() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebKit.cpp127 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/
Drun_all_unittests.cc22 virtual void cryptographicallyRandomValues(unsigned char* buffer,
30 void TestBlinkPlatformSupport::cryptographicallyRandomValues( in cryptographicallyRandomValues() function in TestBlinkPlatformSupport
/external/chromium_org/third_party/WebKit/Source/platform/
DUUID.cpp43 cryptographicallyRandomValues(reinterpret_cast<unsigned char*>(randomData), sizeof(randomData)); in createCanonicalUUIDString()
DTestingPlatformSupport.h69 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE;
DTestingPlatformSupport.cpp83 void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length) in cryptographicallyRandomValues() function in blink::TestingPlatformSupport
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontCacheTest.cpp19 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/
DOriginAccessEntryTest.cpp61 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/
DCrypto.cpp74 cryptographicallyRandomValues(array->baseAddress(), array->byteLength()); in getRandomValues()
/external/chromium_org/mojo/services/html_viewer/
Dblink_platform_impl.h37 virtual void cryptographicallyRandomValues(
Dblink_platform_impl.cc102 void BlinkPlatformImpl::cryptographicallyRandomValues(unsigned char* buffer, in cryptographicallyRandomValues() function in mojo::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimationsTestHelper.h140 …virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REAC… in cryptographicallyRandomValues() function
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketFrame.cpp138 cryptographicallyRandomValues(frameData.data() + maskingKeyStart, maskingKeyWidthInBytes); in appendFramePayload()
DWebSocketHandshake.cpp103 cryptographicallyRandomValues(key, nonceSize); in generateSecWebSocketKey()
/external/chromium_org/content/child/
Dblink_platform_impl.h141 virtual void cryptographicallyRandomValues( in NON_EXPORTED_BASE()
Dblink_platform_impl.cc941 void BlinkPlatformImpl::cryptographicallyRandomValues( in cryptographicallyRandomValues() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
DTextFinderTest.cpp405 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/
DRecordingImageBufferSurfaceTest.cpp287 …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/
DMHTMLArchive.cpp58 cryptographicallyRandomValues(&randomValues, randomValuesLength); in generateRandomBoundary()
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h424 virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) = 0;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCachingCorrectnessTest.cpp127 …virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REAC… in cryptographicallyRandomValues() function in __anon7f1ad04a0111::CachingCorrectnessTest::ProxyPlatform