jabberd2
2.3.4
|
#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_finish(), sha1_hashblock(), and sha1_init().
uint32_t sha1_state_s::W[80] |
Definition at line 55 of file sha1.h.
Referenced by sha1_append(), sha1_hashblock(), and sha1_init().
int sha1_state_s::lenW |
Definition at line 56 of file sha1.h.
Referenced by sha1_append(), sha1_finish(), and sha1_init().
uint32_t sha1_state_s::sizeHi |
Definition at line 57 of file sha1.h.
Referenced by sha1_append(), sha1_finish(), and sha1_init().
uint32_t sha1_state_s::sizeLo |
Definition at line 57 of file sha1.h.
Referenced by sha1_append(), sha1_finish(), and sha1_init().