Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx269 …uno::Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->convertWithCipherContext( aTmpBuff… in doDeflate() local
271 aChucker.WriteBytes( aEncryptionBuffer ); in doDeflate()
274 pCurrentEntry->nCompressedSize += aEncryptionBuffer.getLength(); in doDeflate()
276 aCRC.update( aEncryptionBuffer ); in doDeflate()
286 … uno::Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->finalizeCipherContextAndDispose(); in doDeflate() local
287 if ( aEncryptionBuffer.getLength() ) in doDeflate()
289 aChucker.WriteBytes( aEncryptionBuffer ); in doDeflate()
292 pCurrentEntry->nCompressedSize += aEncryptionBuffer.getLength(); in doDeflate()
294 aCRC.update( aEncryptionBuffer ); in doDeflate()

Completed in 18 milliseconds