|
libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
|
#include <sha1.h>
Data Fields | |
| uint32_t | state [5] |
| uint64_t | count |
| uint8_t | buffer [64] |
| uint8_t sha1_ctx::buffer[64] |
Definition at line 46 of file sha1.h.
Referenced by aaruf_sha1_final(), aaruf_sha1_init(), and aaruf_sha1_update().
| uint64_t sha1_ctx::count |
Definition at line 45 of file sha1.h.
Referenced by aaruf_sha1_final(), aaruf_sha1_init(), and aaruf_sha1_update().
| uint32_t sha1_ctx::state[5] |
Definition at line 44 of file sha1.h.
Referenced by aaruf_sha1_final(), aaruf_sha1_init(), and aaruf_sha1_update().