iPXE
Data Fields
sha256_variables Struct Reference

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]
 

Detailed Description

SHA-256 variables.

Definition at line 41 of file sha256.c.

Field Documentation

◆ a

uint32_t sha256_variables::a

Definition at line 45 of file sha256.c.

◆ b

uint32_t sha256_variables::b

Definition at line 46 of file sha256.c.

◆ c

uint32_t sha256_variables::c

Definition at line 47 of file sha256.c.

◆ d

uint32_t sha256_variables::d

Definition at line 48 of file sha256.c.

◆ e

uint32_t sha256_variables::e

Definition at line 49 of file sha256.c.

◆ f

uint32_t sha256_variables::f

Definition at line 50 of file sha256.c.

◆ g

uint32_t sha256_variables::g

Definition at line 51 of file sha256.c.

◆ h

uint32_t sha256_variables::h

Definition at line 52 of file sha256.c.

◆ w

uint32_t sha256_variables::w[SHA256_ROUNDS]

Definition at line 53 of file sha256.c.


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