iPXE
Data Fields
sha512_digest_data Struct Reference

SHA-512 digest and data block. More...

#include <sha512.h>

Data Fields

struct sha512_digest digest
 Digest of data already processed. More...
 
union sha512_block data
 Accumulated data. More...
 

Detailed Description

SHA-512 digest and data block.

The order of fields within this structure is designed to minimise code size.

Definition at line 46 of file sha512.h.

Field Documentation

◆ digest

struct sha512_digest sha512_digest_data::digest

Digest of data already processed.

Definition at line 48 of file sha512.h.

Referenced by sha512_digest(), sha512_family_init(), and sha512_final().

◆ data

union sha512_block sha512_digest_data::data

Accumulated data.

Definition at line 50 of file sha512.h.

Referenced by sha512_digest(), sha512_final(), and sha512_update().


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