Searched refs:Sout (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c303 BIO *in = NULL, *out = NULL, *Sout = NULL, *Cout = NULL; local
673 Sout = BIO_new(BIO_s_file());
675 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) {
956 if (BIO_write_filename(Sout, outfile) <= 0) {
961 BIO_set_fp(Sout, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
965 Sout = BIO_push(tmpbio, Sout);
1270 write_new_certificate(Sout, x, output_der, notext);
1421 PEM_write_bio_X509_CRL(Sout, crl);
1458 BIO_free_all(Sout);
[all...]

Completed in 100 milliseconds