iPXE
Data Fields
sha1_variables Struct Reference

SHA-1 variables. More...

Data Fields

uint32_t a
 
uint32_t b
 
uint32_t c
 
uint32_t d
 
uint32_t e
 
uint32_t w [80]
 

Detailed Description

SHA-1 variables.

Definition at line 41 of file sha1.c.

Field Documentation

◆ a

uint32_t sha1_variables::a

Definition at line 45 of file sha1.c.

◆ b

uint32_t sha1_variables::b

Definition at line 46 of file sha1.c.

Referenced by sha1_f_0_19(), sha1_f_20_39_60_79(), and sha1_f_40_59().

◆ c

uint32_t sha1_variables::c

Definition at line 47 of file sha1.c.

Referenced by sha1_f_0_19(), sha1_f_20_39_60_79(), and sha1_f_40_59().

◆ d

uint32_t sha1_variables::d

Definition at line 48 of file sha1.c.

Referenced by sha1_f_0_19(), sha1_f_20_39_60_79(), and sha1_f_40_59().

◆ e

uint32_t sha1_variables::e

Definition at line 49 of file sha1.c.

◆ w

uint32_t sha1_variables::w[80]

Definition at line 50 of file sha1.c.


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