Searched refs:MDC2_DIGEST_LENGTH (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/mdc2/
H A Dmdc2test.c96 unsigned char md[MDC2_DIGEST_LENGTH];
110 if (memcmp(md,pad1,MDC2_DIGEST_LENGTH) != 0)
112 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
115 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
129 if (memcmp(md,pad2,MDC2_DIGEST_LENGTH) != 0)
131 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
134 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
H A Dmdc2.h73 #define MDC2_DIGEST_LENGTH 16 macro
H A Dmdc2_one.c66 static unsigned char m[MDC2_DIGEST_LENGTH];
H A Dmdc2dgst.c185 unsigned char md[MDC2_DIGEST_LENGTH];
194 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dmdc2test.c96 unsigned char md[MDC2_DIGEST_LENGTH];
110 if (memcmp(md,pad1,MDC2_DIGEST_LENGTH) != 0)
112 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
115 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
129 if (memcmp(md,pad2,MDC2_DIGEST_LENGTH) != 0)
131 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
134 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
/barrelfish-master/include/openssl/
H A Dmdc2.h73 #define MDC2_DIGEST_LENGTH 16 macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dm_mdc2.c85 MDC2_DIGEST_LENGTH,
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_lcl.h147 #define MD_DIGEST_LENGTH MDC2_DIGEST_LENGTH
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dspeed.c352 unsigned char mdc2[MDC2_DIGEST_LENGTH];

Completed in 101 milliseconds