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

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DFileSystemWin.cpp296 const int randomPartLength = 8; local
297 cryptographicallyRandomValues(tempFile, randomPartLength * sizeof(wchar_t));
302 for (int i = 0; i < randomPartLength; ++i)
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DFileSystemWinCE.cpp231 const int randomPartLength = 8; local
232 if (!CryptGenRandom(hCryptProv, randomPartLength * 2, reinterpret_cast<BYTE*>(tempFile)))
238 for (int i = 0; i < randomPartLength; ++i)

Completed in 375 milliseconds