iPXE
Data Fields
sha512_digest_data_qwords Union Reference

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

#include <sha512.h>

Data Fields

struct sha512_digest_data dd
 Digest and data block. More...
 
uint64_t qword [sizeof(struct sha512_digest_data)/sizeof(uint64_t)]
 Raw qwords. More...
 

Detailed Description

SHA-512 digest and data block.

Definition at line 54 of file sha512.h.

Field Documentation

◆ dd

struct sha512_digest_data sha512_digest_data_qwords::dd

Digest and data block.

Definition at line 56 of file sha512.h.

Referenced by sha512_digest(), sha512_family_init(), sha512_final(), and sha512_update().

◆ qword

uint64_t sha512_digest_data_qwords::qword[sizeof(struct sha512_digest_data)/ sizeof(uint64_t)]

Raw qwords.

Definition at line 59 of file sha512.h.

Referenced by sha512_digest().


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