iPXE
mdhash_len Union Reference

Merkle-Damgård trailing bit-length count. More...

#include <mdhash.h>

Data Fields

uint8_t byte [16]
 Raw bytes.
struct { 
   uint64_t   bits 
 Bit length. More...
   uint64_t   pad 
 Padding. More...
qword
 Host-endian qwords.

Detailed Description

Merkle-Damgård trailing bit-length count.

Definition at line 37 of file mdhash.h.

Field Documentation

◆ byte

uint8_t mdhash_len::byte[16]

Raw bytes.

Definition at line 39 of file mdhash.h.

◆ bits

uint64_t mdhash_len::bits

Bit length.

Definition at line 43 of file mdhash.h.

◆ pad

uint64_t mdhash_len::pad

Padding.

Definition at line 45 of file mdhash.h.

◆ [struct]

struct { ... } mdhash_len::qword

Host-endian qwords.


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