BIO_f_base64
b64 = BIO_new(BIO_f_base64());
if (!(b64 = BIO_new(BIO_f_base64()))) {
LCRYPTO_ALIAS(BIO_f_base64);
const BIO_METHOD *BIO_f_base64(void);
LCRYPTO_USED(BIO_f_base64);
bio_b64 = BIO_new(BIO_f_base64());
bio_b64 = BIO_new(BIO_f_base64());
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
BIO *b64 = BIO_new(BIO_f_base64());