Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx171 m_nConverted += aToConvert.getLength(); in convertWithCipherContext()
190 …OSL_ENSURE( m_nConverted % m_nBlockSize == 0, "Unexpected amount of bytes is already converted!" ); in finalizeCipherContextAndDispose()
191 sal_Int32 nSizeForPadding = ( m_nConverted + m_aLastBlock.getLength() ) % m_nBlockSize; in finalizeCipherContextAndDispose()
H A Dciphercontext.hxx49 sal_Int64 m_nConverted; member in OCipherContext
65 , m_nConverted( 0 ) in OCipherContext()

Completed in 21 milliseconds