iPXE
Data Fields
sha1_context Struct Reference

An SHA-1 context. More...

#include <sha1.h>

Data Fields

size_t len
 Amount of accumulated data. More...
 
union sha1_digest_data_dwords ddd
 Digest and accumulated data. More...
 

Detailed Description

An SHA-1 context.

Definition at line 58 of file sha1.h.

Field Documentation

◆ len

size_t sha1_context::len

Amount of accumulated data.

Definition at line 60 of file sha1.h.

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

◆ ddd

union sha1_digest_data_dwords sha1_context::ddd

Digest and accumulated data.

Definition at line 62 of file sha1.h.

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


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