Lines Matching defs:b64
151 BIO *b64;153 b64 = BIO_new(BIO_f_base64());154 if(!b64)159 /* prepend the b64 BIO so all data is base64 encoded.161 out = BIO_push(b64, out);165 BIO_free(b64);184 BIO *b64;186 if(!(b64 = BIO_new(BIO_f_base64()))) {190 bio = BIO_push(b64, bio);196 BIO_free(b64);