Home
last modified time | relevance | path

Searched refs:md4_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/mod/
Dsumversion.c40 struct md4_ctx { struct
154 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()
404 struct md4_ctx md; in get_src_version()
/linux-4.1.27/crypto/
Dmd4.c36 struct md4_ctx { struct
150 static inline void md4_transform_helper(struct md4_ctx *ctx) in md4_transform_helper()
158 struct md4_ctx *mctx = shash_desc_ctx(desc); in md4_init()
171 struct md4_ctx *mctx = shash_desc_ctx(desc); in md4_update()
203 struct md4_ctx *mctx = shash_desc_ctx(desc); in md4_final()
234 .descsize = sizeof(struct md4_ctx),