Searched refs:rRandomPool (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackageFolder.cxx | 303 …tputStream & rZipOut, const uno::Sequence < sal_Int8 >& rEncryptionKey, rtlRandomPool &rRandomPool) in saveChild() argument 339 rInfo.pFolder->saveContents( sTempName, rManList, rZipOut, rEncryptionKey, rRandomPool); in saveChild() 468 rtl_random_getBytes ( rRandomPool, aSalt.getArray(), 16 ); in saveChild() 469 rtl_random_getBytes ( rRandomPool, aVector.getArray(), aVector.getLength() ); in saveChild() 684 …putStream & rZipOut, const uno::Sequence < sal_Int8 >& rEncryptionKey, rtlRandomPool &rRandomPool ) in saveContents() argument 722 …veChild( (*aIter).first, *(*aIter).second, rPath, rManList, rZipOut, rEncryptionKey, rRandomPool ); in saveContents() 734 …ingFailed = !saveChild( rShortName, rInfo, rPath, rManList, rZipOut, rEncryptionKey, rRandomPool ); in saveContents()
|
/aoo41x/main/package/inc/ |
H A D | ZipPackageFolder.hxx | 90 …ut, const com::sun::star::uno::Sequence < sal_Int8 >& rEncryptionKey, rtlRandomPool & rRandomPool); 93 …pOut, const com::sun::star::uno::Sequence< sal_Int8 > &rEncryptionKey, rtlRandomPool & rRandomPool)
|
Completed in 19 milliseconds