|
iPXE
|
An SHA-512 context. More...
#include <sha512.h>
Data Fields | |
| size_t | len |
| Amount of accumulated data. More... | |
| size_t | digestsize |
| Digest size. More... | |
| union sha512_digest_data_qwords | ddq |
| Digest and accumulated data. More... | |
| size_t sha512_context::len |
Amount of accumulated data.
Definition at line 65 of file sha512.h.
Referenced by sha512_digest(), sha512_family_init(), sha512_final(), and sha512_update().
| size_t sha512_context::digestsize |
Digest size.
Definition at line 67 of file sha512.h.
Referenced by sha512_family_init(), and sha512_final().
| union sha512_digest_data_qwords sha512_context::ddq |
Digest and accumulated data.
Definition at line 69 of file sha512.h.
Referenced by sha512_digest(), sha512_family_init(), sha512_final(), and sha512_update().
1.8.15