Home
last modified time | relevance | path

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

/aoo42x/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx133 …st unsigned char* dataIn, int dataInSize, unsigned char *dataOut, int *dataOutSize ) throw ( ::com… in update() argument
135 if( 1 != EVP_CipherUpdate( cipher_ctx, dataOut, dataOutSize, dataIn, dataInSize ) ) in update()
139 … void final( unsigned char *dataOut, int *dataOutSize ) throw ( ::com::sun::star::uno::Exception ) in final() argument
141 if( 1 != EVP_CipherFinal( cipher_ctx, dataOut, dataOutSize ) ) in final()

Completed in 5 milliseconds