Searched refs:Sout (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | ca.c | 317 BIO *in = NULL, *out = NULL, *Sout = NULL; in ca_main() local 1132 Sout = bio_open_default(outfile, 'w', in ca_main() 1134 if (Sout == NULL) in ca_main() 1143 write_new_certificate(Sout, xi, output_der, notext); in ca_main() 1145 BIO_free_all(Sout); in ca_main() 1146 Sout = NULL; in ca_main() 1298 Sout = bio_open_default(outfile, 'w', in ca_main() 1300 if (Sout == NULL) in ca_main() 1303 PEM_write_bio_X509_CRL(Sout, crl); in ca_main() 1343 BIO_free_all(Sout); in ca_main()
|