Searched refs:md4_ctx (Results 1 – 1 of 1) sorted by relevance
40 struct md4_ctx { struct154 static inline void md4_transform_helper(struct md4_ctx *ctx) in md4_transform_helper()160 static void md4_init(struct md4_ctx *mctx) in md4_init()169 static void md4_update(struct md4_ctx *mctx, in md4_update()199 static void md4_final_ascii(struct md4_ctx *mctx, char *out, unsigned int len) in md4_final_ascii()225 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char()231 struct md4_ctx *md) in parse_string()256 static int parse_file(const char *fname, struct md4_ctx *md) in parse_file()305 static int parse_source_files(const char *objfile, struct md4_ctx *md) in parse_source_files()397 struct md4_ctx md; in get_src_version()