Searched refs:bio_out (Results 1 – 1 of 1) sorted by relevance
656 BIO *bio_out = BIO_new(BIO_s_mem()); in x509_name_oneline() local660 if(!bio_out) in x509_name_oneline()663 rc = X509_NAME_print_ex(bio_out, a, 0, XN_FLAG_SEP_SPLUS_SPC); in x509_name_oneline()664 BIO_get_mem_ptr(bio_out, &biomem); in x509_name_oneline()674 BIO_free(bio_out); in x509_name_oneline()2315 BIO *bio_out = BIO_new(BIO_s_mem()); in X509V3_ext() local2317 if(!bio_out) in X509V3_ext()2327 if(!X509V3_EXT_print(bio_out, ext, 0, 0)) in X509V3_ext()2328 ASN1_STRING_print(bio_out, (ASN1_STRING *)X509_EXTENSION_get_data(ext)); in X509V3_ext()2330 BIO_get_mem_ptr(bio_out, &biomem); in X509V3_ext()[all …]