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 }
|
1.5.1