iPXE
|
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] |
uint32_t sha1_variables::a |
Definition at line 45 of file sha1.c.
Referenced by sha1_digest().
uint32_t sha1_variables::b |
Definition at line 46 of file sha1.c.
Referenced by sha1_digest(), sha1_f_0_19(), sha1_f_20_39_60_79(), and sha1_f_40_59().
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().
uint32_t sha1_variables::d |
Definition at line 48 of file sha1.c.
Referenced by sha1_digest(), sha1_f_0_19(), sha1_f_20_39_60_79(), and sha1_f_40_59().
uint32_t sha1_variables::e |
Definition at line 49 of file sha1.c.
Referenced by sha1_digest().
uint32_t sha1_variables::w[80] |
Definition at line 50 of file sha1.c.
Referenced by sha1_digest().