Home
last modified time | relevance | path

Searched refs:aRandomPool (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxeroot.cxx260 rtlRandomPool aRandomPool = rtl_random_createPool (); in GenerateEncryptionData() local
261 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in GenerateEncryptionData()
264 rtl_random_getBytes( aRandomPool, pnDocId, 16 ); in GenerateEncryptionData()
266 rtl_random_destroyPool( aRandomPool ); in GenerateEncryptionData()
H A Dxestream.cxx587 rtlRandomPool aRandomPool = rtl_random_createPool (); in Init() local
588 rtl_random_addBytes( aRandomPool, &aTime, 8 ); in Init()
589 rtl_random_getBytes( aRandomPool, mpnSalt, 16 ); in Init()
590 rtl_random_destroyPool( aRandomPool ); in Init()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx212 rtlRandomPool aRandomPool = rtl_random_createPool(); in finalizeCipherContextAndDispose() local
213 rtl_random_addBytes( aRandomPool, &aTime, 8 ); in finalizeCipherContextAndDispose()
214 … rtl_random_getBytes( aRandomPool, m_aLastBlock.getArray() + nOldLastBlockLen, nPaddingSize - 1 ); in finalizeCipherContextAndDispose()
215 rtl_random_destroyPool ( aRandomPool ); in finalizeCipherContextAndDispose()
/trunk/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx277 rtlRandomPool aRandomPool = rtl_random_createPool (); in GenerateRandomByteSequence() local
278 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in GenerateRandomByteSequence()
279 rtl_random_getBytes ( aRandomPool, aResult.getArray(), nLength ); in GenerateRandomByteSequence()
280 rtl_random_destroyPool ( aRandomPool ); in GenerateRandomByteSequence()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1258 rtlRandomPool aRandomPool = rtl_random_createPool (); in writeTempFile() local
1259 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in writeTempFile()
1263 … m_pRootFolder->saveContents( aEmptyString, aManList, aZipOut, GetEncryptionKey(), aRandomPool ); in writeTempFile()
1266 rtl_random_destroyPool ( aRandomPool ); in writeTempFile()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3193 rtlRandomPool aRandomPool = rtl_random_createPool (); in InitStd97CodecUpdateMedium() local
3194 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in InitStd97CodecUpdateMedium()
3197 rtl_random_getBytes( aRandomPool, pDocId, 16 ); in InitStd97CodecUpdateMedium()
3199 rtl_random_destroyPool( aRandomPool ); in InitStd97CodecUpdateMedium()
H A Dww8par.cxx4954 rtlRandomPool aRandomPool = rtl_random_createPool(); in InitXorWord95Codec() local
4955 rtl_random_addBytes ( aRandomPool, &aTime, 8 ); in InitXorWord95Codec()
4958 rtl_random_getBytes( aRandomPool, pDocId, 16 ); in InitXorWord95Codec()
4960 rtl_random_destroyPool( aRandomPool ); in InitXorWord95Codec()

Completed in 86 milliseconds