Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zipapi/
H A Dblowfishcontext.hxx49 …virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL convertWithCipherContext( const ::c…
H A Dblowfishcontext.cxx69 uno::Sequence< sal_Int8 > SAL_CALL BlowfishCFB8CipherContext::convertWithCipherContext( const uno::… in convertWithCipherContext() function in BlowfishCFB8CipherContext
H A DXUnbufferedStream.cxx274 maCompBuffer = m_xCipherContext->convertWithCipherContext( maCompBuffer ); in readBytes()
H A DZipOutputStream.cxx269 …uno::Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->convertWithCipherContext( aTmpBuff… in doDeflate()
H A DZipFile.cxx454 aDecryptBuffer = xCipher->convertWithCipherContext( aReadBuffer ); in StaticHasValidPassword()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.hxx80 …virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL convertWithCipherContext( const ::c…
H A Dciphercontext.cxx97 uno::Sequence< ::sal_Int8 > SAL_CALL OCipherContext::convertWithCipherContext( const uno::Sequence<… in convertWithCipherContext() function in OCipherContext
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXCipherContext.idl69 sequence<byte> convertWithCipherContext( [in] sequence< byte > aData )

Completed in 57 milliseconds