#include <sha1.h>
Data Fields | |
isc_uint32_t | state [5] |
isc_uint32_t | count [2] |
unsigned char | buffer [ISC_SHA1_BLOCK_LENGTH] |
Definition at line 50 of file sha1.h.
Definition at line 51 of file sha1.h.
Referenced by isc_sha1_final(), isc_sha1_init(), and isc_sha1_update().
Definition at line 52 of file sha1.h.
Referenced by isc_sha1_final(), isc_sha1_init(), and isc_sha1_update().
unsigned char isc_sha1_t::buffer[ISC_SHA1_BLOCK_LENGTH] |