iPXE
|
SHA-256 variables. More...
Data Fields | |
uint32_t | a |
uint32_t | b |
uint32_t | c |
uint32_t | d |
uint32_t | e |
uint32_t | f |
uint32_t | g |
uint32_t | h |
uint32_t | w [SHA256_ROUNDS] |
uint32_t sha256_variables::a |
Definition at line 45 of file sha256.c.
Referenced by sha256_digest().
uint32_t sha256_variables::b |
Definition at line 46 of file sha256.c.
Referenced by sha256_digest().
uint32_t sha256_variables::d |
Definition at line 48 of file sha256.c.
Referenced by sha256_digest().
uint32_t sha256_variables::e |
Definition at line 49 of file sha256.c.
Referenced by sha256_digest().
uint32_t sha256_variables::f |
Definition at line 50 of file sha256.c.
Referenced by sha256_digest().
uint32_t sha256_variables::g |
Definition at line 51 of file sha256.c.
Referenced by sha256_digest().
uint32_t sha256_variables::w[SHA256_ROUNDS] |
Definition at line 53 of file sha256.c.
Referenced by sha256_digest().