1EVP_BF_CBC(3)                       OpenSSL                      EVP_BF_CBC(3)
2
3
4

NAME

6       EVP_bf_cbc, EVP_bf_cfb, EVP_bf_cfb64, EVP_bf_ecb, EVP_bf_ofb - EVP
7       Blowfish cipher
8

SYNOPSIS

10        #include <openssl/evp.h>
11
12        const EVP_CIPHER *EVP_bf_cbc(void)
13        const EVP_CIPHER *EVP_bf_cfb(void)
14        const EVP_CIPHER *EVP_bf_cfb64(void)
15        const EVP_CIPHER *EVP_bf_ecb(void)
16        const EVP_CIPHER *EVP_bf_ofb(void)
17

DESCRIPTION

19       The Blowfish encryption algorithm for EVP.
20
21       This is a variable key length cipher.
22
23       EVP_bf_cbc(), EVP_bf_cfb(), EVP_bf_cfb64(), EVP_bf_ecb(), EVP_bf_ofb()
24           Blowfish encryption algorithm in CBC, CFB, ECB and OFB modes
25           respectively.
26

RETURN VALUES

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

SEE ALSO

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