iPXE
Data Fields
sha256_context Struct Reference

An SHA-256 context. More...

#include <sha256.h>

Data Fields

size_t len
 Amount of accumulated data. More...
 
size_t digestsize
 Digest size. More...
 
union sha256_digest_data_dwords ddd
 Digest and accumulated data. More...
 

Detailed Description

An SHA-256 context.

Definition at line 61 of file sha256.h.

Field Documentation

◆ len

size_t sha256_context::len

Amount of accumulated data.

Definition at line 63 of file sha256.h.

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

◆ digestsize

size_t sha256_context::digestsize

Digest size.

Definition at line 65 of file sha256.h.

Referenced by sha256_family_init(), and sha256_final().

◆ ddd

union sha256_digest_data_dwords sha256_context::ddd

Digest and accumulated data.

Definition at line 67 of file sha256.h.

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


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