Lines Matching defs:b64
108 BIO *b64;110 b64 = BIO_new(BIO_f_base64());111 if (b64 == NULL) {116 * prepend the b64 BIO so all data is base64 encoded.118 out = BIO_push(b64, out);122 BIO_free(b64);141 BIO *b64;144 if ((b64 = BIO_new(BIO_f_base64())) == NULL) {148 bio = BIO_push(b64, bio);154 BIO_free(b64);