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() 201 …return m_nImportedEncryptionAlgorithm ? m_nImportedEncryptionAlgorithm : rZipPackage.GetEncAlgID(); in GetEncryptionAlgorithm() 219 … m_nImportedChecksumAlgorithm ? m_nImportedChecksumAlgorithm : rZipPackage.GetChecksumAlgID(), in GetEncryptionData() 220 … m_nImportedDerivedKeySize ? m_nImportedDerivedKeySize : rZipPackage.GetDefaultDerivedKeySize(), in GetEncryptionData() 264 aResult = rZipPackage.GetEncryptionKey(); in GetEncryptionKey() 274 …return m_nImportedStartKeyAlgorithm ? m_nImportedStartKeyAlgorithm : rZipPackage.GetStartKeyGenID(… in GetStartKeyGenID() 317 … new WrapStreamForShare( GetOwnSeekStream(), rZipPackage.GetSharedMutexRef() ) ) ); in TryToGetRawFromDataStream() 494 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getRawData() 498 return new WrapStreamForShare( GetOwnSeekStream(), rZipPackage.GetSharedMutexRef() ); in getRawData() 523 …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
|