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

Name

Description

in

Two unsigned long words holding the 64‐bit block (updated with ciphertext).

ks

Expanded IDEA encryption or decryption schedule.

Created with MrDocs