Return the Blowfish cipher in CBC mode.

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_bf_cbc();

Return Value

EVP_CIPHER for bf‐cbc, or NULL if unavailable.

Created with MrDocs