Searched refs:rZipPackage (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/package/source/zippackage/ |
| H A D | ZipPackageStream.cxx | 70 , rZipPackage( rNewPackage ) in ZipPackageStream() 207 …return m_nImportedEncryptionAlgorithm ? m_nImportedEncryptionAlgorithm : rZipPackage.GetEncAlgID(); in GetEncryptionAlgorithm() 225 … m_nImportedChecksumAlgorithm ? m_nImportedChecksumAlgorithm : rZipPackage.GetChecksumAlgID(), in GetEncryptionData() 226 … m_nImportedDerivedKeySize ? m_nImportedDerivedKeySize : rZipPackage.GetDefaultDerivedKeySize(), in GetEncryptionData() 270 aResult = rZipPackage.GetEncryptionKey(); in GetEncryptionKey() 280 …return m_nImportedStartKeyAlgorithm ? m_nImportedStartKeyAlgorithm : rZipPackage.GetStartKeyGenID(… in GetStartKeyGenID() 323 … new WrapStreamForShare( GetOwnSeekStream(), rZipPackage.GetSharedMutexRef() ) ) ); in TryToGetRawFromDataStream() 500 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getRawData() 504 return new WrapStreamForShare( GetOwnSeekStream(), rZipPackage.GetSharedMutexRef() ); in getRawData() 529 …return rZipPackage.getZipFile().getInputStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipPac… in getInputStream() [all …]
|
| /AOO41X/main/package/inc/ |
| H A D | ZipPackageStream.hxx | 56 ZipPackage &rZipPackage; member in ZipPackageStream
|