Searched refs:Sout (Results 1 – 1 of 1) sorted by relevance
/external/openssl/apps/ |
D | ca.c | 300 BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL; in MAIN() local 701 Sout=BIO_new(BIO_s_file()); in MAIN() 703 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) in MAIN() 1006 if (BIO_write_filename(Sout,outfile) <= 0) in MAIN() 1014 BIO_set_fp(Sout,stdout,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 1018 Sout = BIO_push(tmpbio, Sout); in MAIN() 1339 write_new_certificate(Sout,x, output_der, notext); in MAIN() 1488 PEM_write_bio_X509_CRL(Sout,crl); in MAIN() 1526 BIO_free_all(Sout); in MAIN()
|