Lines Matching refs:Sout
266 BIO *in = NULL, *out = NULL, *Sout = NULL;
1112 Sout = bio_open_default(outfile, 'w',
1114 if (Sout == NULL)
1123 write_new_certificate(Sout, xi, output_der, notext);
1125 BIO_free_all(Sout);
1126 Sout = NULL;
1281 Sout = bio_open_default(outfile, 'w',
1283 if (Sout == NULL)
1286 PEM_write_bio_X509_CRL(Sout, crl);
1327 BIO_free_all(Sout);