iPXE
des_dword Union Reference

A DES 32-bit dword value. More...

#include <des.h>

Data Fields

uint8_t byte [4]
 Raw bytes.
uint32_t dword
 32-bit big-endian dword

Detailed Description

A DES 32-bit dword value.

DES views data as 64-bit big-endian values, typically handled as a most-significant "left" half and a least-significant "right" half.

Definition at line 20 of file des.h.

Field Documentation

◆ byte

uint8_t des_dword::byte[4]

Raw bytes.

Definition at line 22 of file des.h.

Referenced by des_round().

◆ dword

uint32_t des_dword::dword

32-bit big-endian dword

Definition at line 24 of file des.h.

Referenced by des_round().


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