Return the Blowfish cipher in ECB mode.

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_bf_ecb();

Return Value

EVP_CIPHER for bf‐ecb, or NULL if unavailable.

Created with MrDocs