One DES round subkey stored as a DES_cblock or two DES_LONG words.

Synopsis

Declared in <openssl/des.h>

union Unnamed union;

Data Members

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.

Created with MrDocs