iPXE
|
SHA-512 variables. More...
Data Fields | |
uint64_t | a |
uint64_t | b |
uint64_t | c |
uint64_t | d |
uint64_t | e |
uint64_t | f |
uint64_t | g |
uint64_t | h |
uint64_t | w [SHA512_ROUNDS] |
uint64_t sha512_variables::a |
Definition at line 45 of file sha512.c.
Referenced by sha512_digest().
uint64_t sha512_variables::b |
Definition at line 46 of file sha512.c.
Referenced by sha512_digest().
uint64_t sha512_variables::d |
Definition at line 48 of file sha512.c.
Referenced by sha512_digest().
uint64_t sha512_variables::e |
Definition at line 49 of file sha512.c.
Referenced by sha512_digest().
uint64_t sha512_variables::f |
Definition at line 50 of file sha512.c.
Referenced by sha512_digest().
uint64_t sha512_variables::g |
Definition at line 51 of file sha512.c.
Referenced by sha512_digest().
uint64_t sha512_variables::w[SHA512_ROUNDS] |
Definition at line 53 of file sha512.c.
Referenced by sha512_digest().