$manlookup

EVP_CIPHER-SEED

(7ssl)

The SEED EVP_CIPHER implementations

Overview, conventions, miscellanyopenssl 3.5.6-1~deb13u2

DESCRIPTION

Support for SEED symmetric encryption using the EVP_CIPHER API.

The following algorithms are available in the legacy provider:

"SEED-CBC" or "SEED"
"SEED-ECB"
"SEED-OFB" or "SEED-OFB128"
"SEED-CFB" or "SEED-CFB128"

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

See also