BIO_f_cipher

Return the filter BIO_METHOD that encrypts or decrypts data with an EVP_CIPHER.

Synopsis

Declared in <openssl/evp.h>

BIO_METHOD const*
BIO_f_cipher();

Return Value

Pointer to the cipher filter BIO method.