|
iPXE
|
An SHA-1 context. More...
#include <sha1.h>
Data Fields | |
| size_t | len |
| Amount of accumulated data. More... | |
| union sha1_digest_data_dwords | ddd |
| Digest and accumulated data. More... | |
| size_t sha1_context::len |
Amount of accumulated data.
Definition at line 60 of file sha1.h.
Referenced by sha1_digest(), sha1_final(), sha1_init(), and sha1_update().
| union sha1_digest_data_dwords sha1_context::ddd |
Digest and accumulated data.
Definition at line 62 of file sha1.h.
Referenced by sha1_digest(), sha1_final(), sha1_init(), and sha1_update().
1.8.15