GME
13
|
#include <apr_sha1.h>
Public Attributes | |
apr_uint32_t | digest [5] |
apr_uint32_t | count_lo |
apr_uint32_t | count_hi |
apr_uint32_t | data [16] |
int | local |
SHA1 context structure
Definition at line 56 of file apr_sha1.h.
apr_uint32_t apr_sha1_ctx_t::count_hi |
Definition at line 60 of file apr_sha1.h.
apr_uint32_t apr_sha1_ctx_t::count_lo |
64-bit bit counts
Definition at line 60 of file apr_sha1.h.
apr_uint32_t apr_sha1_ctx_t::data[16] |
SHA data buffer
Definition at line 62 of file apr_sha1.h.
apr_uint32_t apr_sha1_ctx_t::digest[5] |
message digest
Definition at line 58 of file apr_sha1.h.
unprocessed amount in data
Definition at line 64 of file apr_sha1.h.