$manlookup

EVP_CIPHER-IDEA

(7ssl)

The IDEA EVP_CIPHER implementations

Overview, conventions, miscellanyopenssl 3.5.6-1~deb13u2

DESCRIPTION

Support for IDEA symmetric encryption using the EVP_CIPHER API.

The following algorithms are available in the legacy provider:

"IDEA-ECB"
"IDEA-CBC"
"IDEA-OFB" or "IDEA-OFB64"
"IDEA-CFB" or "IDEA-CFB64"

This implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).

See also