Searched refs:md4_update (Results 1 – 6 of 6) sorted by relevance
152 static int md4_update(struct shash_desc *desc, const u8 *data, unsigned int len) in md4_update() function215 .update = md4_update,
169 static void md4_update(struct md4_ctx *mctx, in md4_update() function227 md4_update(md, &c, 1); in add_char()
2008 #define md4_update mbedtls_md4_update macro