|
iPXE
|
An MD4 step function. More...
Data Fields | |
| uint32_t(* | f )(struct md4_variables *v, unsigned int i) |
| Calculate f(b,c,d,w) More... | |
| uint32_t | constant |
| Constant. More... | |
| uint32_t( * md4_step::f) (struct md4_variables *v, unsigned int i) |
Calculate f(b,c,d,w)
| v | MD4 variables |
| i | Index within round |
| f | f(b,c,d,w) |
Definition at line 105 of file md4.c.
Referenced by md4_digest().
1.8.15