DES_ks

Legacy DES expanded key schedule (sixteen round subkeys; prefer EVP).

Synopsis

Declared in <openssl/des.h>

struct DES_ks;

Types

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

Data Members

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