Searched refs:BlowfishCFB8CipherContext (Results 1 – 3 of 3) sorted by relevance
35 uno::Reference< xml::crypto::XCipherContext > BlowfishCFB8CipherContext::Create( const uno::Sequenc… in Create()37 ::rtl::Reference< BlowfishCFB8CipherContext > xResult = new BlowfishCFB8CipherContext(); in Create()60 BlowfishCFB8CipherContext::~BlowfishCFB8CipherContext() in ~BlowfishCFB8CipherContext()69 uno::Sequence< sal_Int8 > SAL_CALL BlowfishCFB8CipherContext::convertWithCipherContext( const uno::… in convertWithCipherContext()105 uno::Sequence< ::sal_Int8 > SAL_CALL BlowfishCFB8CipherContext::finalizeCipherContextAndDispose() in finalizeCipherContextAndDispose()
31 class BlowfishCFB8CipherContext : public cppu::WeakImplHelper1< ::com::sun::star::xml::crypto::XCip… class37 BlowfishCFB8CipherContext() in BlowfishCFB8CipherContext() function in BlowfishCFB8CipherContext44 virtual ~BlowfishCFB8CipherContext();
184 …xResult = BlowfishCFB8CipherContext::Create( aDerivedKey, xEncryptionData->m_aInitVector, bEncrypt… in StaticGetCipher()
Completed in 81 milliseconds