1EVP_CIPHER-ARIA(7ossl) OpenSSL EVP_CIPHER-ARIA(7ossl)
2
3
4
6 EVP_CIPHER-ARIA - The ARIA EVP_CIPHER implementations
7
9 Support for ARIA symmetric encryption using the EVP_CIPHER API.
10
11 Algorithm Names
12 The following algorithms are available in the default provider:
13
14 "ARIA-128-CBC", "ARIA-192-CBC" and "ARIA-256-CBC"
15 "ARIA-128-CFB", "ARIA-192-CFB", "ARIA-256-CFB", "ARIA-128-CFB1",
16 "ARIA-192-CFB1", "ARIA-256-CFB1", "ARIA-128-CFB8", "ARIA-192-CFB8" and
17 "ARIA-256-CFB8"
18 "ARIA-128-CTR", "ARIA-192-CTR" and "ARIA-256-CTR"
19 "ARIA-128-ECB", "ARIA-192-ECB" and "ARIA-256-ECB"
20 "AES-192-OCB", "AES-128-OCB" and "AES-256-OCB"
21 "ARIA-128-OFB", "ARIA-192-OFB" and "ARIA-256-OFB"
22 "ARIA-128-CCM", "ARIA-192-CCM" and "ARIA-256-CCM"
23 "ARIA-128-GCM", "ARIA-192-GCM" and "ARIA-256-GCM"
24
25 Parameters
26 This implementation supports the parameters described in "PARAMETERS"
27 in EVP_EncryptInit(3).
28
30 provider-cipher(7), OSSL_PROVIDER-default(7)
31
33 Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
34
35 Licensed under the Apache License 2.0 (the "License"). You may not use
36 this file except in compliance with the License. You can obtain a copy
37 in the file LICENSE in the source distribution or at
38 <https://www.openssl.org/source/license.html>.
39
40
41
423.0.5 2022-07-05 EVP_CIPHER-ARIA(7ossl)