iPXE
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.
union sha1_block data
 Accumulated data.

Detailed Description

SHA-1 digest and data block.

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

Definition at line 43 of file sha1.h.

Field Documentation

◆ digest

struct sha1_digest sha1_digest_data::digest

Digest of data already processed.

Definition at line 45 of file sha1.h.

Referenced by sha1_compress().

◆ data

union sha1_block sha1_digest_data::data

Accumulated data.

Definition at line 47 of file sha1.h.


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