|
iPXE
|
An SHA-256 context. More...
#include <sha256.h>
Data Fields | |
| size_t | len |
| Amount of accumulated data. More... | |
| size_t | digestsize |
| Digest size. More... | |
| union sha256_digest_data_dwords | ddd |
| Digest and accumulated data. More... | |
| size_t sha256_context::len |
Amount of accumulated data.
Definition at line 63 of file sha256.h.
Referenced by sha256_digest(), sha256_family_init(), sha256_final(), and sha256_update().
| size_t sha256_context::digestsize |
Digest size.
Definition at line 65 of file sha256.h.
Referenced by sha256_family_init(), and sha256_final().
| union sha256_digest_data_dwords sha256_context::ddd |
Digest and accumulated data.
Definition at line 67 of file sha256.h.
Referenced by sha256_digest(), sha256_family_init(), sha256_final(), and sha256_update().
1.8.15