Searched refs:mdc2 (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/mdc2/
H A Dmdc2_one.c1 /* crypto/mdc2/mdc2_one.c */
61 #include <openssl/mdc2.h>
H A Dmdc2test.c1 /* crypto/mdc2/mdc2test.c */
77 #include <openssl/mdc2.h>
H A Dmdc2dgst.c1 /* crypto/mdc2/mdc2dgst.c */
63 #include <openssl/mdc2.h>
/external/openssl/crypto/evp/
H A Dm_mdc2.c67 #include <openssl/mdc2.h>
/external/openssl/crypto/rand/
H A Drand_lcl.h146 #include <openssl/mdc2.h>
/external/openssl/apps/
H A Dspeed.c135 #include <openssl/mdc2.h>
251 "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4",
380 unsigned char mdc2[MDC2_DIGEST_LENGTH]; local
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);

Completed in 432 milliseconds