1=pod
2
3=head1 NAME
4
5EVP_CIPHER-CAMELLIA - The CAMELLIA EVP_CIPHER implementations
6
7=head1 DESCRIPTION
8
9Support for CAMELLIA symmetric encryption using the B<EVP_CIPHER> API.
10
11=head2 Algorithm Names
12
13The following algorithms are available in the default provider:
14
15=over 4
16
17=item "CAMELLIA-128-CBC", "CAMELLIA-192-CBC" and  "CAMELLIA-256-CBC"
18
19=item "CAMELLIA-128-CBC-CTS", "CAMELLIA-192-CBC-CTS" and "CAMELLIA-256-CBC-CTS"
20
21=item "CAMELLIA-128-CFB", "CAMELLIA-192-CFB", "CAMELLIA-256-CFB",
22"CAMELLIA-128-CFB1", "CAMELLIA-192-CFB1", "CAMELLIA-256-CFB1",
23"CAMELLIA-128-CFB8", "CAMELLIA-192-CFB8" and "CAMELLIA-256-CFB8"
24
25=item "CAMELLIA-128-CTR", "CAMELLIA-192-CTR" and "CAMELLIA-256-CTR"
26
27=item "CAMELLIA-128-ECB", "CAMELLIA-192-ECB" and "CAMELLIA-256-ECB"
28
29=item "CAMELLIA-192-OFB", "CAMELLIA-128-OFB" and "CAMELLIA-256-OFB"
30
31=back
32
33=head2 Parameters
34
35This implementation supports the parameters described in
36L<EVP_EncryptInit(3)/PARAMETERS>.
37
38=head1 SEE ALSO
39
40L<provider-cipher(7)>, L<OSSL_PROVIDER-default(7)>
41
42=head1 COPYRIGHT
43
44Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
45
46Licensed under the Apache License 2.0 (the "License").  You may not use
47this file except in compliance with the License.  You can obtain a copy
48in the file LICENSE in the source distribution or at
49L<https://www.openssl.org/source/license.html>.
50
51=cut
52