One DES round subkey stored as a DES_cblock or two DES_LONG words.
Declared in <openssl/des.h>
union Unnamed union;
| Name | Description |
|---|---|
cblock [variant member] | Eight-byte DES key-block view of this round subkey. |
deslong [variant member] | Word view ensuring correct size on machines with 8-byte longs. |