GNU libmicrohttpd 1.0.2
|
Simple wrapper for selection of built-in/external SHA-256 implementation. More...
Go to the source code of this file.
Macros | |
#define | Sha256CtxWr Sha256Ctx |
#define | MHD_SHA256_init_one_time(ctx) |
#define | MHD_SHA256_reset(ctx) |
#define | MHD_SHA256_finish_reset(ctx, digest) |
#define | MHD_SHA256_deinit(ignore) |
Simple wrapper for selection of built-in/external SHA-256 implementation.
Definition in file mhd_sha256_wrap.h.
#define MHD_SHA256_deinit | ( | ignore | ) |
Definition at line 91 of file mhd_sha256_wrap.h.
#define MHD_SHA256_finish_reset | ( | ctx, | |
digest ) |
Finalise MD5 calculation, return digest, reset hash calculation.
Definition at line 83 of file mhd_sha256_wrap.h.
Referenced by digest_calc_hash().
#define MHD_SHA256_init_one_time | ( | ctx | ) |
Setup and prepare ctx for hash calculation
Definition at line 72 of file mhd_sha256_wrap.h.
Referenced by digest_init_one_time().
#define MHD_SHA256_reset | ( | ctx | ) |
Re-use the same ctx for the new hashing after digest calculated
Definition at line 79 of file mhd_sha256_wrap.h.
Referenced by digest_reset().
#define Sha256CtxWr Sha256Ctx |
Universal ctx type mapped for chosen implementation
Definition at line 60 of file mhd_sha256_wrap.h.