iPXE
sha1_step Struct Reference

An SHA-1 step function. More...

Data Fields

uint32_t(* f )(struct sha1_variables *v)
 Calculate f(a,b,c,d)
uint32_t k
 Constant k.

Detailed Description

An SHA-1 step function.

Definition at line 85 of file sha1.c.

Field Documentation

◆ f

uint32_t(* sha1_step::f) (struct sha1_variables *v)

Calculate f(a,b,c,d)

Parameters
vSHA-1 variables
Return values
ff(a,b,c,d)

Definition at line 92 of file sha1.c.

Referenced by sha1_digest().

◆ k

uint32_t sha1_step::k

Constant k.

Definition at line 94 of file sha1.c.


The documentation for this struct was generated from the following file: