Home
last modified time | relevance | path

Searched refs:cryptographicallyRandomValues (Results 1 – 19 of 19) 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.cpp97 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/
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 WebCore::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 WebCore::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 __anon5fa1ce430111::OriginAccessEntryTestPlatform
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCrypto.cpp75 cryptographicallyRandomValues(array->baseAddress(), array->byteLength()); in getRandomValues()
/external/chromium_org/mojo/examples/html_viewer/
Dblink_platform_impl.h32 virtual void cryptographicallyRandomValues(
Dblink_platform_impl.cc83 void BlinkPlatformImpl::cryptographicallyRandomValues(unsigned char* buffer, in cryptographicallyRandomValues() function in mojo::examples::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimationsTestHelper.h131 …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.cpp140 cryptographicallyRandomValues(frameData.data() + maskingKeyStart, maskingKeyWidthInBytes); in appendFramePayload()
DWebSocketHandshake.cpp103 cryptographicallyRandomValues(key, nonceSize); in generateSecWebSocketKey()
/external/chromium_org/content/child/
Dblink_platform_impl.h137 virtual void cryptographicallyRandomValues( in NON_EXPORTED_BASE()
Dblink_platform_impl.cc829 void BlinkPlatformImpl::cryptographicallyRandomValues( in cryptographicallyRandomValues() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
DMHTMLArchive.cpp57 cryptographicallyRandomValues(&randomValues, randomValuesLength); in generateRandomBoundary()
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h436 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 __anon0b7c90570111::CachingCorrectnessTest::ProxyPlatform