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

NAME

6       EVP_CIPHER-RC5 - The RC5 EVP_CIPHER implementations
7

DESCRIPTION

9       Support for RC5 symmetric encryption using the EVP_CIPHER API.
10
11       Disabled by default. Use the enable-rc5 configuration option to enable.
12
13   Algorithm Names
14       The following algorithms are available in the legacy provider:
15
16       "RC5-CBC" or "RC5"
17       "RC5-ECB"
18       "RC5-OFB"
19       "RC5-CFB"
20
21   Parameters
22       This implementation supports the parameters described in "PARAMETERS"
23       in EVP_EncryptInit(3).
24

SEE ALSO

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-11-01             EVP_CIPHER-RC5(7ossl)
Impressum