NAME
BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx — cipher BIO filterSYNOPSIS
#include <openssl/bio.h>#include <openssl/evp.h>
BIO_f_cipher(void);
BIO_set_cipher(BIO *b, const EVP_CIPHER *cipher, unsigned char *key, unsigned char *iv, int enc);
BIO_get_cipher_status(BIO *b);
BIO_get_cipher_ctx(BIO *b, EVP_CIPHER_CTX **pctx);