int MDC2_WRAPPER ( const unsigned char *  input,
int  length,
const unsigned char *  iteration,
unsigned char **  output 
)

Definition at line 81 of file cryptoFunctions.cpp.

00081                                                                                                                 {
00082 #ifdef HAVE_OPENSSL_MDC2_H
00083         initCharArray(output, MDC2_DIGEST_LENGTH);
00084         MDC2(iteration, LENGTH_ITERATION_WORD, *output);
00085         return MDC2_DIGEST_LENGTH;
00086 #else
00087         return -1;
00088 #endif
00089         
00090 }


Generated on Wed Jun 25 14:46:45 2008 for keyvil by  doxygen 1.5.1