Home
last modified time | relevance | path

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

/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx204 sal_Int32 nPaddingSize = m_nBlockSize - nSizeForPadding; in finalizeCipherContextAndDispose() local
206 m_aLastBlock.realloc( nOldLastBlockLen + nPaddingSize ); in finalizeCipherContextAndDispose()
208 if ( nPaddingSize > 1 ) in finalizeCipherContextAndDispose()
214 … rtl_random_getBytes( aRandomPool, m_aLastBlock.getArray() + nOldLastBlockLen, nPaddingSize - 1 ); in finalizeCipherContextAndDispose()
217 m_aLastBlock[m_aLastBlock.getLength() - 1] = static_cast< sal_Int8 >( nPaddingSize ); in finalizeCipherContextAndDispose()

Completed in 14 milliseconds