Legacy DES expanded key schedule (sixteen round subkeys; prefer EVP).
Declared in <openssl/des.h>
struct DES_ks;
| Name | Description |
|---|---|
Unnamed union | One DES round subkey stored as a DES_cblock or two DES_LONG words. |
| Name | Description |
|---|---|
ks | One DES round subkey stored as a DES_cblock or two DES_LONG words. |