Searched refs:randomPartLength (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp210 const int randomPartLength = 8; local
211 if (!CryptGenRandom(hCryptProv, randomPartLength, reinterpret_cast<BYTE*>(tempFile)))
217 for (int i = 0; i < randomPartLength; ++i)
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp207 const int randomPartLength = 8; local
208 if (!CryptGenRandom(hCryptProv, randomPartLength * 2, reinterpret_cast<BYTE*>(tempFile)))
214 for (int i = 0; i < randomPartLength; ++i)

Completed in 681 milliseconds