Searched refs:Cout (Results 1 – 1 of 1) sorted by relevance
304 BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL; in MAIN() local716 Cout=BIO_new(BIO_s_file()); in MAIN()717 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) in MAIN()1349 if (BIO_write_filename(Cout,buf[2]) <= 0) in MAIN()1354 write_new_certificate(Cout,x, 0, notext); in MAIN()1542 BIO_free_all(Cout); in MAIN()