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