EVP_CIPHER-RC2(7ssl) | OpenSSL | EVP_CIPHER-RC2(7ssl) |
NAME
EVP_CIPHER-RC2 - The RC2 EVP_CIPHER implementations
DESCRIPTION
Support for RC2 symmetric encryption using the EVP_CIPHER API.
Algorithm Names
The following algorithms are available in the legacy provider:
- "RC2-CBC", "RC2" or "RC2-128"
- "RC2-40-CBC" or "RC2-40"
- "RC2-64-CBC" or "RC2-64"
- "RC2-ECB"
- "RC2-CFB"
- "RC2-OFB"
Parameters
This implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).
SEE ALSO
COPYRIGHT
Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.
2024-10-23 | 3.4.0 |