Lines Matching refs:MD4_CTX
93 typedef struct md4_ctx MD4_CTX;
95 static int MD4_Init(MD4_CTX *ctx)
101 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size)
106 static void MD4_Final(unsigned char *result, MD4_CTX *ctx)
116 typedef CC_MD4_CTX MD4_CTX;
118 static int MD4_Init(MD4_CTX *ctx)
123 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size)
128 static void MD4_Final(unsigned char *result, MD4_CTX *ctx)
139 typedef struct md4_ctx MD4_CTX;
141 static int MD4_Init(MD4_CTX *ctx)
159 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size)
164 static void MD4_Final(unsigned char *result, MD4_CTX *ctx)
185 typedef struct md4_ctx MD4_CTX;
187 static int MD4_Init(MD4_CTX *ctx)
194 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size)
203 static void MD4_Final(unsigned char *result, MD4_CTX *ctx)
266 typedef struct md4_ctx MD4_CTX;
268 static int MD4_Init(MD4_CTX *ctx);
269 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size);
270 static void MD4_Final(unsigned char *result, MD4_CTX *ctx);
317 static const void *body(MD4_CTX *ctx, const void *data, unsigned long size)
407 static int MD4_Init(MD4_CTX *ctx)
419 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size)
454 static void MD4_Final(unsigned char *result, MD4_CTX *ctx)
510 MD4_CTX ctx;