Home
last modified time | relevance | path

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

/aoo42x/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx105 class OpenSSLCipher class
108 OpenSSLCipher() throw ( ::com::sun::star::uno::Exception ) in OpenSSLCipher() function in oox::OpenSSLCipher
115 ~OpenSSLCipher() in ~OpenSSLCipher()
151 OpenSSLCipher( const OpenSSLCipher& rValue );
152 OpenSSLCipher& operator=( const OpenSSLCipher& rValue );
/aoo42x/main/oox/source/core/
H A Dencryption.cxx802 OpenSSLCipher cipher; in decryptAll()
805 const int blockSize = OpenSSLCipher::blockSize( cipherAlgorithm ); in decryptAll()
915 OpenSSLCipher cipher; in decryptStream()
920 vector< sal_uInt8 > outputBuffer( 4096 + 2*OpenSSLCipher::blockSize( cipherAlgorithm ) ); in decryptStream()

Completed in 22 milliseconds