IDEA_encrypt

Encrypt one IDEA block in place using an expanded key schedule (deprecated; prefer EVP).

Synopsis

Declared in <openssl/idea.h>

[[deprecated]]
void
IDEA_encrypt(
    unsigned long* in,
    IDEA_KEY_SCHEDULE* ks);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
inTwo unsigned long words holding the 64-bit block (updated with ciphertext).
ksExpanded IDEA encryption or decryption schedule.