iPXE
Data Fields
sha1_digest_data_dwords Union Reference

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

#include <sha1.h>

Data Fields

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

Detailed Description

SHA-1 digest and data block.

Definition at line 49 of file sha1.h.

Field Documentation

◆ dd

struct sha1_digest_data sha1_digest_data_dwords::dd

Digest and data block.

Definition at line 51 of file sha1.h.

Referenced by sha1_digest(), sha1_final(), sha1_init(), and sha1_update().

◆ dword

uint32_t sha1_digest_data_dwords::dword[sizeof(struct sha1_digest_data)/ sizeof(uint32_t)]

Raw dwords.

Definition at line 54 of file sha1.h.

Referenced by sha1_digest().


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