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