iPXE
Data Fields
sha512_context Struct Reference

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...
 

Detailed Description

An SHA-512 context.

Definition at line 63 of file sha512.h.

Field Documentation

◆ len

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().

◆ digestsize

size_t sha512_context::digestsize

Digest size.

Definition at line 67 of file sha512.h.

Referenced by sha512_family_init(), and sha512_final().

◆ ddq

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().


The documentation for this struct was generated from the following file: