1EVP_ARIA(3)                         OpenSSL                        EVP_ARIA(3)
2
3
4

NAME

6       EVP_aria_128_cbc, EVP_aria_192_cbc, EVP_aria_256_cbc, EVP_aria_128_cfb,
7       EVP_aria_192_cfb, EVP_aria_256_cfb, EVP_aria_128_cfb1,
8       EVP_aria_192_cfb1, EVP_aria_256_cfb1, EVP_aria_128_cfb8,
9       EVP_aria_192_cfb8, EVP_aria_256_cfb8, EVP_aria_128_ctr,
10       EVP_aria_192_ctr, EVP_aria_256_ctr, EVP_aria_128_ecb, EVP_aria_192_ecb,
11       EVP_aria_256_ecb, EVP_aria_128_ofb, EVP_aria_192_ofb, EVP_aria_256_ofb,
12       EVP_aria_128_ccm, EVP_aria_192_ccm, EVP_aria_256_ccm, EVP_aria_128_gcm,
13       EVP_aria_192_gcm, EVP_aria_256_gcm, - EVP AES cipher
14

SYNOPSIS

16        #include <openssl/evp.h>
17
18        const EVP_CIPHER *EVP_ciphername(void)
19
20       EVP_ciphername is used a placeholder for any of the described cipher
21       functions, such as EVP_aria_128_cbc.
22

DESCRIPTION

24       The ARIA encryption algorithm for EVP.
25
26       EVP_aria_128_cbc(), EVP_aria_192_cbc(), EVP_aria_256_cbc(),
27       EVP_aria_128_cfb(), EVP_aria_192_cfb(), EVP_aria_256_cfb(),
28       EVP_aria_128_cfb1(), EVP_aria_192_cfb1(), EVP_aria_256_cfb1(),
29       EVP_aria_128_cfb8(), EVP_aria_192_cfb8(), EVP_aria_256_cfb8(),
30       EVP_aria_128_ctr(), EVP_aria_192_ctr(), EVP_aria_256_ctr(),
31       EVP_aria_128_ecb(), EVP_aria_192_ecb(), EVP_aria_256_ecb(),
32       EVP_aria_128_ofb(), EVP_aria_192_ofb(), EVP_aria_256_ofb()
33           ARIA for 128, 192 and 256 bit keys in the following modes: CBC, CFB
34           with 128-bit shift, CFB with 1-bit shift, CFB with 8-bit shift,
35           CTR, ECB and OFB.
36
37       EVP_aria_128_ccm(), EVP_aria_192_ccm(), EVP_aria_256_ccm(),
38       EVP_aria_128_gcm(), EVP_aria_192_gcm(), EVP_aria_256_gcm(),
39           ARIA for 128, 192 and 256 bit keys in CBC-MAC Mode (CCM) and Galois
40           Counter Mode (GCM). These ciphers require additional control
41           operations to function correctly, see the "AEAD Interface" in
42           EVP_EncryptInit(3) section for details.
43

RETURN VALUES

45       These functions return an EVP_CIPHER structure that contains the
46       implementation of the symmetric cipher. See EVP_CIPHER_meth_new(3) for
47       details of the EVP_CIPHER structure.
48

SEE ALSO

50       evp(7), EVP_EncryptInit(3), EVP_CIPHER_meth_new(3)
51
53       Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
54
55       Licensed under the OpenSSL license (the "License").  You may not use
56       this file except in compliance with the License.  You can obtain a copy
57       in the file LICENSE in the source distribution or at
58       <https://www.openssl.org/source/license.html>.
59
60
61
621.1.1                             2018-09-11                       EVP_ARIA(3)
Impressum