[#EVP_des_ede_cfb64] = EVP_des_ede_cfb64 :mrdocs: Return the two‐key triple‐DES cipher in 64‐bit CFB mode. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* EVP_des_ede_cfb64(); ---- == Return Value EVP_CIPHER for des‐ede‐cfb64, or NULL if unavailable. [.small]#Created with https://www.mrdocs.com[MrDocs]#