iPXE
Data Fields
sha256_digest_data_dwords Union Reference

SHA-256 digest and data block. More...

#include <sha256.h>

Data Fields

struct sha256_digest_data dd
 Digest and data block. More...
 
uint32_t dword [sizeof(struct sha256_digest_data)/sizeof(uint32_t)]
 Raw dwords. More...
 

Detailed Description

SHA-256 digest and data block.

Definition at line 52 of file sha256.h.

Field Documentation

◆ dd

struct sha256_digest_data sha256_digest_data_dwords::dd

Digest and data block.

Definition at line 54 of file sha256.h.

Referenced by sha256_digest(), sha256_family_init(), sha256_final(), and sha256_update().

◆ dword

uint32_t sha256_digest_data_dwords::dword[sizeof(struct sha256_digest_data)/ sizeof(uint32_t)]

Raw dwords.

Definition at line 57 of file sha256.h.

Referenced by sha256_digest().


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