BIO_f_cipher
b = BIO_new(BIO_f_cipher());
LCRYPTO_ALIAS(BIO_f_cipher);
const BIO_METHOD *BIO_f_cipher(void);
LCRYPTO_USED(BIO_f_cipher);
if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
if ((benc = BIO_new(BIO_f_cipher())) == NULL)