|
iPXE
|
A DES 64-bit block. More...
#include <des.h>
Data Fields | |
| uint8_t | byte [8] |
| Raw bytes. More... | |
| uint32_t | dword [2] |
| 32-bit big-endian dwords More... | |
| struct { | |
| union des_dword left | |
| Left (most significant) half. More... | |
| union des_dword right | |
| Right (least significant) half. More... | |
| }; | |
| Named left and right halves. More... | |
| struct { | |
| union des_dword c | |
| "C" (most significant) half More... | |
| union des_dword d | |
| "D" (least significant) half More... | |
| }; | |
| Named "C" and "D" halves. More... | |
| union des_dword des_block::right |
| struct { ... } |
Named left and right halves.
| struct { ... } |
Named "C" and "D" halves.
1.8.15