1EVP_RC5_32_12_16_CBC(3)             OpenSSL            EVP_RC5_32_12_16_CBC(3)
2
3
4

NAME

6       EVP_rc5_32_12_16_cbc, EVP_rc5_32_12_16_cfb, EVP_rc5_32_12_16_cfb64,
7       EVP_rc5_32_12_16_ecb, EVP_rc5_32_12_16_ofb - EVP RC5 cipher
8

SYNOPSIS

10        #include <openssl/evp.h>
11
12        const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void)
13        const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void)
14        const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void)
15        const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void)
16        const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void)
17

DESCRIPTION

19       The RC5 encryption algorithm for EVP.
20
21       EVP_rc5_32_12_16_cbc(), EVP_rc5_32_12_16_cfb(),
22       EVP_rc5_32_12_16_cfb64(), EVP_rc5_32_12_16_ecb(),
23       EVP_rc5_32_12_16_ofb()
24           RC5 encryption algorithm in CBC, CFB, ECB and OFB modes
25           respectively. This is a variable key length cipher with an
26           additional "number of rounds" parameter. By default the key length
27           is set to 128 bits and 12 rounds.
28

RETURN VALUES

30       These functions return an EVP_CIPHER structure that contains the
31       implementation of the symmetric cipher. See EVP_CIPHER_meth_new(3) for
32       details of the EVP_CIPHER structure.
33

BUGS

35       Currently the number of rounds in RC5 can only be set to 8, 12 or 16.
36       This is a limitation of the current RC5 code rather than the EVP
37       interface.
38

SEE ALSO

40       evp(7), EVP_EncryptInit(3), EVP_CIPHER_meth_new(3)
41
43       Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
44
45       Licensed under the OpenSSL license (the "License").  You may not use
46       this file except in compliance with the License.  You can obtain a copy
47       in the file LICENSE in the source distribution or at
48       <https://www.openssl.org/source/license.html>.
49
50
51
521.1.1c                            2019-05-28           EVP_RC5_32_12_16_CBC(3)
Impressum