1EVP_CIPHER-CAMELLIA(7ossl)          OpenSSL         EVP_CIPHER-CAMELLIA(7ossl)
2
3
4

NAME

6       EVP_CIPHER-CAMELLIA - The CAMELLIA EVP_CIPHER implementations
7

DESCRIPTION

9       Support for CAMELLIA symmetric encryption using the EVP_CIPHER API.
10
11   Algorithm Names
12       The following algorithms are available in the default provider:
13
14       "CAMELLIA-128-CBC", "CAMELLIA-192-CBC" and  "CAMELLIA-256-CBC"
15       "CAMELLIA-128-CBC-CTS", "CAMELLIA-192-CBC-CTS" and
16       "CAMELLIA-256-CBC-CTS"
17       "CAMELLIA-128-CFB", "CAMELLIA-192-CFB", "CAMELLIA-256-CFB",
18       "CAMELLIA-128-CFB1", "CAMELLIA-192-CFB1", "CAMELLIA-256-CFB1",
19       "CAMELLIA-128-CFB8", "CAMELLIA-192-CFB8" and "CAMELLIA-256-CFB8"
20       "CAMELLIA-128-CTR", "CAMELLIA-192-CTR" and "CAMELLIA-256-CTR"
21       "CAMELLIA-128-ECB", "CAMELLIA-192-ECB" and "CAMELLIA-256-ECB"
22       "CAMELLIA-192-OFB", "CAMELLIA-128-OFB" and "CAMELLIA-256-OFB"
23
24   Parameters
25       This implementation supports the parameters described in "PARAMETERS"
26       in EVP_EncryptInit(3).
27

SEE ALSO

29       provider-cipher(7), OSSL_PROVIDER-default(7)
30
32       Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
33
34       Licensed under the Apache License 2.0 (the "License").  You may not use
35       this file except in compliance with the License.  You can obtain a copy
36       in the file LICENSE in the source distribution or at
37       <https://www.openssl.org/source/license.html>.
38
39
40
413.0.5                             2022-07-05        EVP_CIPHER-CAMELLIA(7ossl)
Impressum