EVP_desx_cbc.3ssl - Man Page

EVP DES-X cipher

Synopsis

 #include <openssl/evp.h>

 const EVP_CIPHER *EVP_desx_cbc(void)

Description

The DES-X encryption algorithm for EVP.

All modes below use a key length of 128 bits and acts on blocks of 128-bits.

EVP_desx_cbc()

The DES-X algorithm in CBC mode.

Return Values

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

See Also

evp(7), EVP_EncryptInit(3), EVP_CIPHER_meth_new(3)

Info

2023-07-20 1.1.1q OpenSSL