Lines Matching refs:mdc2
135 #include <openssl/mdc2.h>
251 "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4",
380 unsigned char mdc2[MDC2_DIGEST_LENGTH];
786 if (strcmp(*argv,"mdc2") == 0) doit[D_MDC2]=1;
1016 BIO_printf(bio_err,"mdc2 ");
1524 EVP_Digest(buf,(unsigned long)lengths[j],&(mdc2[0]),NULL,EVP_mdc2(),NULL);