25 #define MHD_MD5_EXT_H 1 37 #define MD5_DIGEST_SIZE (16) 45 #define MHD_MD5_HAS_EXT_ERROR 1 59 #define MHD_MD5_HAS_INIT_ONE_TIME 1 88 #define MHD_MD5_HAS_FINISH_RESET 1 103 #define MHD_MD5_HAS_DEINIT 1
additional automatic macros for MHD_config.h
void MHD_MD5_deinit(struct Md5CtxExt *ctx)
void MHD_MD5_finish_reset(struct Md5CtxExt *ctx, uint8_t digest[MD5_DIGEST_SIZE])
void MHD_MD5_update(struct Md5CtxExt *ctx, const uint8_t *data, size_t length)
void MHD_MD5_init_one_time(struct Md5CtxExt *ctx)
struct hash_hd_st * handle