GNU libmicrohttpd 0.9.77
|
#include </builddir/build/BUILD/libmicrohttpd-0.9.77/src/microhttpd/sha1.h>
Data Fields | |
uint32_t | H [_SHA1_DIGEST_LENGTH] |
uint8_t | buffer [SHA1_BLOCK_SIZE] |
uint64_t | count |
uint8_t sha1_ctx::buffer |
SHA256 input data buffer
Definition at line 74 of file sha1.h.
Referenced by MHD_SHA1_finish(), and MHD_SHA1_update().
uint64_t sha1_ctx::count |
number of bytes, mod 2^64
Definition at line 75 of file sha1.h.
Referenced by MHD_SHA1_finish(), MHD_SHA1_init(), and MHD_SHA1_update().
uint32_t sha1_ctx::H |
Intermediate hash value / digest at end of calculation
Definition at line 73 of file sha1.h.
Referenced by MHD_SHA1_finish(), MHD_SHA1_init(), MHD_SHA1_update(), and sha1_transform().