Home
last modified time | relevance | path

Searched refs:md4_context (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dmd4.h111 } md4_context; typedef
114 ATTRIBUTE_WARN_UNUSED_RET int md4_init(md4_context *ctx);
116 ATTRIBUTE_WARN_UNUSED_RET int md4_update(md4_context *ctx, const u8 *input, u32 ilen);
119 ATTRIBUTE_WARN_UNUSED_RET int md4_final(md4_context *ctx, u8 output[MD4_DIGEST_SIZE]);
H A Dmd4.c29 ATTRIBUTE_WARN_UNUSED_RET static inline int md4_process(md4_context *ctx, in md4_process()
96 ATTRIBUTE_WARN_UNUSED_RET int md4_init(md4_context *ctx) in md4_init()
120 ATTRIBUTE_WARN_UNUSED_RET int md4_update(md4_context *ctx, const u8 *input, u32 ilen) in md4_update()
169 ATTRIBUTE_WARN_UNUSED_RET int md4_final(md4_context *ctx, u8 output[MD4_DIGEST_SIZE]) in md4_final()
231 md4_context ctx; in md4_scattered()
255 md4_context ctx; in md4()
H A Dhash.h86 md4_context md4ctx;