Searched refs:OCipherContext (Results 1 – 3 of 3) sorted by relevance
34 uno::Reference< xml::crypto::XCipherContext > OCipherContext::Create( CK_MECHANISM_TYPE nNSSCipherI… in Create()36 ::rtl::Reference< OCipherContext > xResult = new OCipherContext; in Create()66 void OCipherContext::Dispose() in Dispose()97 uno::Sequence< ::sal_Int8 > SAL_CALL OCipherContext::convertWithCipherContext( const uno::Sequence<… in convertWithCipherContext()178 uno::Sequence< ::sal_Int8 > SAL_CALL OCipherContext::finalizeCipherContextAndDispose() in finalizeCipherContextAndDispose()
33 class OCipherContext : public cppu::WeakImplHelper1< ::com::sun::star::xml::crypto::XCipherContext > class56 OCipherContext() in OCipherContext() function in OCipherContext72 virtual ~OCipherContext() in ~OCipherContext()
475 …xResult = OCipherContext::Create( nNSSCipherID, aKey, aInitializationVector, bEncryption, bW3CPadd… in getCipherContext()
Completed in 30 milliseconds