Expand a DES key into a key schedule without parity or weak-key checks (deprecated).
Declared in <openssl/des.h>
[[deprecated]]
void
DES_set_key_unchecked(
const_DES_cblock* key,
DES_key_schedule* schedule);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| key | Eight-byte DES key. |
| schedule | Destination expanded key schedule. |