Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx111 sal_Int32 nOldLastBlockLen = m_aLastBlock.getLength(); in convertWithCipherContext() local
112 OSL_ENSURE( nOldLastBlockLen <= m_nBlockSize, "Unexpected last block size!" ); in convertWithCipherContext()
114 sal_Int32 nAvailableData = nOldLastBlockLen + aData.getLength(); in convertWithCipherContext()
137 m_aLastBlock.realloc( nOldLastBlockLen + aData.getLength() ); in convertWithCipherContext()
141 else if ( nToConvertLen < nOldLastBlockLen ) in convertWithCipherContext()
145 m_aLastBlock.realloc( nOldLastBlockLen - nToConvertLen + aData.getLength() ); in convertWithCipherContext()
150 rtl_copyMemory( aToConvert.getArray(), m_aLastBlock.getConstArray(), nOldLastBlockLen ); in convertWithCipherContext()
151 if ( nToConvertLen > nOldLastBlockLen ) in convertWithCipherContext()
152 …rtl_copyMemory( aToConvert.getArray() + nOldLastBlockLen, aData.getConstArray(), nToConvertLen - n… in convertWithCipherContext()
205 sal_Int32 nOldLastBlockLen = m_aLastBlock.getLength(); in finalizeCipherContextAndDispose() local
[all …]

Completed in 17 milliseconds