iPXE
Data Fields
sha512_variables Struct Reference

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]
 

Detailed Description

SHA-512 variables.

Definition at line 41 of file sha512.c.

Field Documentation

◆ a

uint64_t sha512_variables::a

Definition at line 45 of file sha512.c.

◆ b

uint64_t sha512_variables::b

Definition at line 46 of file sha512.c.

◆ c

uint64_t sha512_variables::c

Definition at line 47 of file sha512.c.

◆ d

uint64_t sha512_variables::d

Definition at line 48 of file sha512.c.

◆ e

uint64_t sha512_variables::e

Definition at line 49 of file sha512.c.

◆ f

uint64_t sha512_variables::f

Definition at line 50 of file sha512.c.

◆ g

uint64_t sha512_variables::g

Definition at line 51 of file sha512.c.

◆ h

uint64_t sha512_variables::h

Definition at line 52 of file sha512.c.

◆ w

uint64_t sha512_variables::w[SHA512_ROUNDS]

Definition at line 53 of file sha512.c.


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