iPXE
Data Fields
sha1_digest_data Struct Reference

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

#include <sha1.h>

Data Fields

struct sha1_digest digest
 Digest of data already processed. More...
 
union sha1_block data
 Accumulated data. More...
 

Detailed Description

SHA-1 digest and data block.

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

Definition at line 41 of file sha1.h.

Field Documentation

◆ digest

struct sha1_digest sha1_digest_data::digest

Digest of data already processed.

Definition at line 43 of file sha1.h.

Referenced by sha1_digest(), sha1_final(), and sha1_init().

◆ data

union sha1_block sha1_digest_data::data

Accumulated data.

Definition at line 45 of file sha1.h.

Referenced by sha1_digest(), sha1_final(), and sha1_update().


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