|
iPXE
|
An SHA-1 step function. More...
Data Fields | |
| uint32_t(* | f )(struct sha1_variables *v) |
| Calculate f(a,b,c,d) More... | |
| uint32_t | k |
| Constant k. More... | |
| uint32_t( * sha1_step::f) (struct sha1_variables *v) |
Calculate f(a,b,c,d)
| v | SHA-1 variables |
| f | f(a,b,c,d) |
Definition at line 91 of file sha1.c.
Referenced by sha1_digest().
1.8.15