Return the built‐in Triple‐DES (EDE3) CBC cipher method.

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_des_ede3_cbc();

Return Value

Pointer to the DES‐EDE3‐CBC EVP_CIPHER (do not free).

Created with MrDocs