Lines Matching defs:bio_out
392 BIO *bio_out = BIO_new(BIO_s_mem());
394 if(!bio_out)
401 if(!X509V3_EXT_print(bio_out, ext, 0, 0))
402 ASN1_STRING_print(bio_out, (ASN1_STRING *)X509_EXTENSION_get_data(ext));
404 BIO_get_mem_ptr(bio_out, &biomem);
407 BIO_free(bio_out);
1675 BIO *bio_out = BIO_new(BIO_s_mem());
1679 if(!bio_out)
1682 rc = X509_NAME_print_ex(bio_out, a, 0, XN_FLAG_SEP_SPLUS_SPC);
1683 BIO_get_mem_ptr(bio_out, &biomem);
1693 BIO_free(bio_out);