$manlookup

EVP_CIPHER-ARIA

(7ssl)

The ARIA EVP_CIPHER implementations

Overview, conventions, miscellanyopenssl 3.5.6-1~deb13u2

DESCRIPTION

Support for ARIA symmetric encryption using the EVP_CIPHER API.

The following algorithms are available in the default provider:

"ARIA-128-CBC", "ARIA-192-CBC" and "ARIA-256-CBC"
"ARIA-128-CFB", "ARIA-192-CFB", "ARIA-256-CFB", "ARIA-128-CFB1", "ARIA-192-CFB1", "ARIA-256-CFB1", "ARIA-128-CFB8", "ARIA-192-CFB8" and "ARIA-256-CFB8"
"ARIA-128-CTR", "ARIA-192-CTR" and "ARIA-256-CTR"
"ARIA-128-ECB", "ARIA-192-ECB" and "ARIA-256-ECB"
"AES-192-OCB", "AES-128-OCB" and "AES-256-OCB"
"ARIA-128-OFB", "ARIA-192-OFB" and "ARIA-256-OFB"
"ARIA-128-CCM", "ARIA-192-CCM" and "ARIA-256-CCM"
"ARIA-128-GCM", "ARIA-192-GCM" and "ARIA-256-GCM"

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

See also