Searched refs:dataOutSize (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/inc/oox/helper/ |
H A D | openssl_wrapper.hxx | 133 …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 18 milliseconds