EVP_CIPHER-IDEA.7ossl - Man Page

The IDEA EVP_CIPHER implementations

Description

Support for IDEA symmetric encryption using the EVP_CIPHER API.

Algorithm Names

The following algorithms are available in the legacy provider:

"IDEA-ECB"

"IDEA-CBC"

"IDEA-OFB" or "IDEA-OFB64"

"IDEA-CFB" or "IDEA-CFB64"

Parameters

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

See Also

provider-cipher(7), OSSL_PROVIDER-legacy(7)

Referenced By

EVP_idea_cbc.3ossl(3), OSSL_PROVIDER-legacy.7ossl(7), provider-cipher.7ossl(7).

2024-03-07 3.2.1 OpenSSL