1EVP_CAST5_CBC(3)                    OpenSSL                   EVP_CAST5_CBC(3)
2
3
4

NAME

6       EVP_cast5_cbc, EVP_cast5_cfb, EVP_cast5_ecb, EVP_cast5_ofb - EVP CAST
7       cipher
8

SYNOPSIS

10        #include <openssl/evp.h>
11
12        const EVP_CIPHER *EVP_cast5_cbc(void)
13        const EVP_CIPHER *EVP_cast5_cfb(void)
14        const EVP_CIPHER *EVP_cast5_ecb(void)
15        const EVP_CIPHER *EVP_cast5_ofb(void)
16

DESCRIPTION

18       The CAST encryption algorithm for EVP.
19
20       This is a variable key length cipher.
21
22       EVP_cast5_cbc(), EVP_cast5_ecb(), EVP_cast5_cfb(), EVP_cast5_ofb()
23           CAST encryption algorithm in CBC, ECB, CFB and OFB modes
24           respectively.
25

RETURN VALUES

27       These functions return an EVP_CIPHER structure that contains the
28       implementation of the symmetric cipher. See EVP_CIPHER_meth_new(3) for
29       details of the EVP_CIPHER structure.
30

SEE ALSO

32       evp(7), EVP_EncryptInit(3), EVP_CIPHER_meth_new(3)
33
35       Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
36
37       Licensed under the OpenSSL license (the "License").  You may not use
38       this file except in compliance with the License.  You can obtain a copy
39       in the file LICENSE in the source distribution or at
40       <https://www.openssl.org/source/license.html>.
41
42
43
441.1.1                             2018-09-11                  EVP_CAST5_CBC(3)
Impressum