HomeSort by relevance Sort by last modified time
    Searched refs:MDC2_DIGEST_LENGTH (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/mdc2/
mdc2test.c 96 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++)
mdc2_one.c 66 static unsigned char m[MDC2_DIGEST_LENGTH];
mdc2.h 73 #define MDC2_DIGEST_LENGTH 16
mdc2dgst.c 186 unsigned char md[MDC2_DIGEST_LENGTH];
195 for (i=0; i<MDC2_DIGEST_LENGTH; i++)
  /external/openssl/crypto/evp/
m_mdc2.c 87 MDC2_DIGEST_LENGTH,
  /external/openssl/crypto/rand/
rand_lcl.h 147 #define MD_DIGEST_LENGTH MDC2_DIGEST_LENGTH
  /external/openssl/apps/
speed.c 380 unsigned char mdc2[MDC2_DIGEST_LENGTH];
    [all...]

Completed in 179 milliseconds