|
GNU libmicrohttpd 1.0.5
|
#include </builddir/build/BUILD/libmicrohttpd-1.0.5-build/libmicrohttpd-1.0.5/src/microhttpd/sha256_ext.h>
Data Fields | |
| struct hash_hd_st * | handle |
| int | ext_error |
SHA-256 calculation context
Definition at line 52 of file sha256_ext.h.
| int Sha256CtxExt::ext_error |
Non-zero if external error occurs during init or hashing
Definition at line 55 of file sha256_ext.h.
Referenced by MHD_SHA256_finish_reset(), MHD_SHA256_init_one_time(), and MHD_SHA256_update().
| struct hash_hd_st* Sha256CtxExt::handle |
Hash calculation handle
Definition at line 54 of file sha256_ext.h.
Referenced by MHD_SHA256_deinit(), MHD_SHA256_finish_reset(), MHD_SHA256_init_one_time(), and MHD_SHA256_update().