iPXE
Data Fields
md4_block Union Reference

An MD4 data block. More...

#include <md4.h>

Data Fields

uint8_t byte [64]
 Raw bytes. More...
 
uint32_t dword [16]
 Raw dwords. More...
 
struct {
   uint8_t   pad [56]
 Padding. More...
 
   uint64_t   len
 Length in bits. More...
 
final
 Final block structure. More...
 

Detailed Description

An MD4 data block.

Definition at line 22 of file md4.h.

Field Documentation

◆ byte

uint8_t md4_block::byte[64]

Raw bytes.

Definition at line 24 of file md4.h.

Referenced by md4_update().

◆ dword

uint32_t md4_block::dword[16]

Raw dwords.

Definition at line 26 of file md4.h.

◆ pad

uint8_t md4_block::pad[56]

Padding.

Definition at line 30 of file md4.h.

◆ len

uint64_t md4_block::len

Length in bits.

Definition at line 32 of file md4.h.

◆ final

struct { ... } md4_block::final

Final block structure.


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