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