EVP_CIPHER-RC5.7ossl - Man Page

The RC5 EVP_CIPHER implementations

Description

Support for RC5 symmetric encryption using the EVP_CIPHER API.

Disabled by default. Use the enable-rc5 configuration option to enable.

Algorithm Names

The following algorithms are available in the legacy provider:

"RC5-CBC" or "RC5"

"RC5-ECB"

"RC5-OFB"

"RC5-CFB"

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_rc5_32_12_16_cbc.3ossl(3), OSSL_PROVIDER-legacy.7ossl(7), provider-cipher.7ossl(7).

2024-03-07 3.2.1 OpenSSL