Searched refs:convertWithCipherContext (Results 1 – 8 of 8) sorted by relevance
49 …virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL convertWithCipherContext( const ::c…
69 uno::Sequence< sal_Int8 > SAL_CALL BlowfishCFB8CipherContext::convertWithCipherContext( const uno::… in convertWithCipherContext() function in BlowfishCFB8CipherContext
274 maCompBuffer = m_xCipherContext->convertWithCipherContext( maCompBuffer ); in readBytes()
269 …uno::Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->convertWithCipherContext( aTmpBuff… in doDeflate()
454 aDecryptBuffer = xCipher->convertWithCipherContext( aReadBuffer ); in StaticHasValidPassword()
80 …virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL convertWithCipherContext( const ::c…
97 uno::Sequence< ::sal_Int8 > SAL_CALL OCipherContext::convertWithCipherContext( const uno::Sequence<… in convertWithCipherContext() function in OCipherContext
69 sequence<byte> convertWithCipherContext( [in] sequence< byte > aData )
Completed in 57 milliseconds