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

Synopsis

Declared in <openssl/des.h>

struct DES_ks;

Types

Name

Description

Unnamed union

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

Data Members

Name

Description

ks

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

Created with MrDocs