Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dmd5.c38 ATTRIBUTE_WARN_UNUSED_RET static inline int md5_process(md5_context *ctx, in md5_process()
97 ATTRIBUTE_WARN_UNUSED_RET int md5_init(md5_context *ctx) in md5_init()
121 ATTRIBUTE_WARN_UNUSED_RET int md5_update(md5_context *ctx, const u8 *input, u32 ilen) in md5_update()
170 ATTRIBUTE_WARN_UNUSED_RET int md5_final(md5_context *ctx, u8 output[MD5_DIGEST_SIZE]) in md5_final()
232 md5_context ctx; in md5_scattered()
256 md5_context ctx; in md5()
H A Dmd5.h112 } md5_context; typedef
115 ATTRIBUTE_WARN_UNUSED_RET int md5_init(md5_context *ctx);
117 ATTRIBUTE_WARN_UNUSED_RET int md5_update(md5_context *ctx, const u8 *input, u32 ilen);
120 ATTRIBUTE_WARN_UNUSED_RET int md5_final(md5_context *ctx, u8 output[MD5_DIGEST_SIZE]);
H A Dhash.h88 md5_context md5ctx;