Searched refs:aEncryptionBuffer (Results 1 – 1 of 1) sorted by relevance
269 …uno::Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->convertWithCipherContext( aTmpBuff… in doDeflate() local271 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() local287 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 15 milliseconds