Encrypt one IDEA block in place using an expanded key schedule (deprecated; prefer EVP).
Declared in <openssl/idea.h>
[[deprecated]]
void
IDEA_encrypt(
unsigned long* in,
IDEA_KEY_SCHEDULE* ks);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| in | Two unsigned long words holding the 64-bit block (updated with ciphertext). |
| ks | Expanded IDEA encryption or decryption schedule. |