Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dmd2.h37 } md2_context; typedef
41 ATTRIBUTE_WARN_UNUSED_RET int md2_init(md2_context *ctx);
43 ATTRIBUTE_WARN_UNUSED_RET int md2_update(md2_context *ctx, const u8 *input, u32 ilen);
46 ATTRIBUTE_WARN_UNUSED_RET int md2_final(md2_context *ctx, u8 output[MD2_DIGEST_SIZE]);
H A Dmd2.c36 ATTRIBUTE_WARN_UNUSED_RET static inline int md2_process(md2_context *ctx, in md2_process()
80 ATTRIBUTE_WARN_UNUSED_RET int md2_init(md2_context *ctx) in md2_init()
104 ATTRIBUTE_WARN_UNUSED_RET int md2_update(md2_context *ctx, const u8 *input, u32 ilen) in md2_update()
153 ATTRIBUTE_WARN_UNUSED_RET int md2_final(md2_context *ctx, u8 output[MD2_DIGEST_SIZE]) in md2_final()
195 md2_context ctx; in md2_scattered()
219 md2_context ctx; in md2()
H A Dhash.h84 md2_context md2ctx;