Lines Matching refs:md4_ctx
42 struct md4_ctx {
156 static inline void md4_transform_helper(struct md4_ctx *ctx)
162 static void md4_init(struct md4_ctx *mctx)
171 static void md4_update(struct md4_ctx *mctx,
201 static void md4_final_ascii(struct md4_ctx *mctx, char *out, unsigned int len)
227 static inline void add_char(unsigned char c, struct md4_ctx *md)
233 struct md4_ctx *md)
258 static int parse_file(const char *fname, struct md4_ctx *md)
304 static int parse_source_files(const char *objfile, struct md4_ctx *md)
391 struct md4_ctx md;