Expand a 16-byte IDEA key into an encryption key schedule (deprecated; prefer EVP).
Declared in <openssl/idea.h>
[[deprecated]]
void
IDEA_set_encrypt_key(
unsigned char const* key,
IDEA_KEY_SCHEDULE* ks);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| key | 16-byte IDEA key. |
| ks | Destination encryption schedule. |