logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

EVP_CIPHER-ARIA - The ARIA EVP_CIPHER implementations

Description

Support for ARIA symmetric encryption using the EVP_CIPHER API. AlgorithmNames 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" Parameters This implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).

Name

EVP_CIPHER-ARIA - The ARIA EVP_CIPHER implementations

See Also

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

See Also