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