1EVP_DESX_CBC(3)                     OpenSSL                    EVP_DESX_CBC(3)
2
3
4

NAME

6       EVP_desx_cbc - EVP DES-X cipher
7

SYNOPSIS

9        #include <openssl/evp.h>
10
11        const EVP_CIPHER *EVP_desx_cbc(void)
12

DESCRIPTION

14       The DES-X encryption algorithm for EVP.
15
16       All modes below use a key length of 128 bits and acts on blocks of
17       128-bits.
18
19       EVP_desx_cbc()
20           The DES-X algorithm in CBC mode.
21

RETURN VALUES

23       These functions return an EVP_CIPHER structure that contains the
24       implementation of the symmetric cipher. See EVP_CIPHER_meth_new(3) for
25       details of the EVP_CIPHER structure.
26

SEE ALSO

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