iPXE
sha1_context Struct Reference

An SHA-1 context. More...

#include <sha1.h>

Data Fields

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

Detailed Description

An SHA-1 context.

Definition at line 59 of file sha1.h.

Field Documentation

◆ len

size_t sha1_context::len

Amount of accumulated data.

Definition at line 61 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 63 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: