GNU libmicrohttpd 1.0.2
|
Simple wrapper for selection of built-in/external MD5 implementation. More...
Go to the source code of this file.
Macros | |
#define | Md5CtxWr Md5Ctx |
#define | MHD_MD5_init_one_time(ctx) |
#define | MHD_MD5_reset(ctx) |
#define | MHD_MD5_finish_reset(ctx, digest) |
#define | MHD_MD5_deinit(ignore) |
Simple wrapper for selection of built-in/external MD5 implementation.
Definition in file mhd_md5_wrap.h.
#define Md5CtxWr Md5Ctx |
Universal ctx type mapped for chosen implementation
Definition at line 58 of file mhd_md5_wrap.h.
#define MHD_MD5_deinit | ( | ignore | ) |
Definition at line 89 of file mhd_md5_wrap.h.
#define MHD_MD5_finish_reset | ( | ctx, | |
digest ) |
Finalise MD5 calculation, return digest, reset hash calculation.
Definition at line 81 of file mhd_md5_wrap.h.
Referenced by digest_calc_hash().
#define MHD_MD5_init_one_time | ( | ctx | ) |
Setup and prepare ctx for hash calculation
Definition at line 70 of file mhd_md5_wrap.h.
Referenced by digest_init_one_time().
#define MHD_MD5_reset | ( | ctx | ) |
Re-use the same ctx for the new hashing after digest calculated
Definition at line 77 of file mhd_md5_wrap.h.
Referenced by digest_reset().