Searched refs:Sout (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 266 BIO *in = NULL, *out = NULL, *Sout = NULL; in ca_main() local 1126 Sout = bio_open_default(outfile, 'w', in ca_main() 1128 if (Sout == NULL) in ca_main() 1137 write_new_certificate(Sout, xi, output_der, notext); in ca_main() 1139 BIO_free_all(Sout); in ca_main() 1140 Sout = NULL; in ca_main() 1301 Sout = bio_open_default(outfile, 'w', in ca_main() 1303 if (Sout == NULL) in ca_main() 1306 PEM_write_bio_X509_CRL(Sout, crl); in ca_main() 1347 BIO_free_all(Sout); in ca_main()
|