#include <sha1.h>
Data Fields | |
| union { | |
| uint8 b8 [20] | |
| uint32 b32 [5] | |
| } | h |
| union { | |
| uint8 b8 [8] | |
| uint64 b64 [1] | |
| } | c |
| union { | |
| uint8 b8 [64] | |
| uint32 b32 [16] | |
| } | m |
| uint8 | count |
Definition at line 41 of file sha1.h.
| uint32 sha1_ctxt::b32[16] |
| uint64 sha1_ctxt::b64[1] |
Definition at line 51 of file sha1.h.
Referenced by sha1_loop().
| uint8 sha1_ctxt::b8[64] |
Definition at line 45 of file sha1.h.
Referenced by sha1_loop(), sha1_pad(), sha1_result(), and sha1_step().
| union { ... } sha1_ctxt::c |
Referenced by sha1_loop(), and sha1_pad().
| union { ... } sha1_ctxt::h |
Referenced by sha1_result().
| union { ... } sha1_ctxt::m |
Referenced by sha1_loop(), sha1_pad(), and sha1_step().
1.7.1