iPXE
Data Fields
sha256_digest_data Struct Reference

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

#include <sha256.h>

Data Fields

struct sha256_digest digest
 Digest of data already processed. More...
 
union sha256_block data
 Accumulated data. More...
 

Detailed Description

SHA-256 digest and data block.

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

Definition at line 44 of file sha256.h.

Field Documentation

◆ digest

struct sha256_digest sha256_digest_data::digest

Digest of data already processed.

Definition at line 46 of file sha256.h.

Referenced by sha256_digest(), sha256_family_init(), and sha256_final().

◆ data

union sha256_block sha256_digest_data::data

Accumulated data.

Definition at line 48 of file sha256.h.

Referenced by sha256_digest(), sha256_final(), and sha256_update().


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