jabberd2
2.2.16
|
#include <sha1.h>
Data Fields | |
uint32_t | H [5] |
uint32_t | W [80] |
int | lenW |
uint32_t | sizeHi |
uint32_t | sizeLo |
uint32_t sha1_state_s::H[5] |
Definition at line 54 of file sha1.h.
Referenced by sha1_init(), sha1_finish(), and sha1_hashblock().
uint32_t sha1_state_s::W[80] |
Definition at line 55 of file sha1.h.
Referenced by sha1_init(), sha1_append(), and sha1_hashblock().
Definition at line 56 of file sha1.h.
Referenced by sha1_init(), sha1_append(), and sha1_finish().
uint32_t sha1_state_s::sizeHi |
Definition at line 57 of file sha1.h.
Referenced by sha1_init(), sha1_append(), and sha1_finish().
uint32_t sha1_state_s::sizeLo |
Definition at line 57 of file sha1.h.
Referenced by sha1_init(), sha1_append(), and sha1_finish().