Lines Matching refs:MD4_CTX

98 typedef struct md4_ctx MD4_CTX;  typedef
100 static int MD4_Init(MD4_CTX *ctx) in MD4_Init()
106 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size) in MD4_Update()
111 static void MD4_Final(unsigned char *result, MD4_CTX *ctx) in MD4_Final()
121 typedef CC_MD4_CTX MD4_CTX; typedef
123 static int MD4_Init(MD4_CTX *ctx) in MD4_Init()
128 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size) in MD4_Update()
133 static void MD4_Final(unsigned char *result, MD4_CTX *ctx) in MD4_Final()
144 typedef struct md4_ctx MD4_CTX; typedef
146 static int MD4_Init(MD4_CTX *ctx) in MD4_Init()
164 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size) in MD4_Update()
169 static void MD4_Final(unsigned char *result, MD4_CTX *ctx) in MD4_Final()
190 typedef struct md4_ctx MD4_CTX; typedef
192 static int MD4_Init(MD4_CTX *ctx) in MD4_Init()
199 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size) in MD4_Update()
208 static void MD4_Final(unsigned char *result, MD4_CTX *ctx) in MD4_Final()
271 typedef struct md4_ctx MD4_CTX; typedef
273 static int MD4_Init(MD4_CTX *ctx);
274 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size);
275 static void MD4_Final(unsigned char *result, MD4_CTX *ctx);
322 static const void *my_md4_body(MD4_CTX *ctx, in my_md4_body()
413 static int MD4_Init(MD4_CTX *ctx) in MD4_Init()
425 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size) in MD4_Update()
460 static void MD4_Final(unsigned char *result, MD4_CTX *ctx) in MD4_Final()
516 MD4_CTX ctx; in Curl_md4it()