iPXE
Data Fields
des_dword Union Reference

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

#include <des.h>

Data Fields

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

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 19 of file des.h.

Field Documentation

◆ byte

uint8_t des_dword::byte[4]

Raw bytes.

Definition at line 21 of file des.h.

Referenced by des_round().

◆ dword

uint32_t des_dword::dword

32-bit big-endian dword

Definition at line 23 of file des.h.

Referenced by des_round().


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