Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx37 extern void throwOpenSSLException( const char *prefix ) throw ( ::com::sun::star::uno::Exception );
51 throwOpenSSLException( "Failed to create digest context" ); in OpenSSLDigest()
66 throwOpenSSLException( "Failed to initialize digest context" ); in initialize()
78 throwOpenSSLException( "Failed to update the digest context" ); in update()
84 throwOpenSSLException( "Failed to finalize digest" ); in final()
91 throwOpenSSLException( "Failed to get digest size" ); in digestSize()
112 throwOpenSSLException( "Failed to create cipher context" ); in OpenSSLCipher()
123 throwOpenSSLException( "Failed to initialize the cipher context for decryption" ); in initialize()
130 throwOpenSSLException( "Failed to set cipher padding" ); in setPadding()
136 throwOpenSSLException( "EVP_CipherUpdate failed" ); in update()
[all …]
/trunk/main/oox/source/helper/
H A Dopenssl_wrapper.cxx53 void throwOpenSSLException( const char *prefix ) throw ( Exception ) in throwOpenSSLException() function

Completed in 12 milliseconds