HomeSort by relevance Sort by last modified time
    Searched refs:randomPartLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 210 const int randomPartLength = 8;
211 if (!CryptGenRandom(hCryptProv, randomPartLength, reinterpret_cast<BYTE*>(tempFile)))
217 for (int i = 0; i < randomPartLength; ++i)
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 207 const int randomPartLength = 8;
208 if (!CryptGenRandom(hCryptProv, randomPartLength * 2, reinterpret_cast<BYTE*>(tempFile)))
214 for (int i = 0; i < randomPartLength; ++i)

Completed in 127 milliseconds