Home | History | Annotate | Download | only in apps

Lines Matching full:cout

300 	BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL;
702 Cout=BIO_new(BIO_s_file());
703 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL))
1333 if (BIO_write_filename(Cout,buf[2]) <= 0)
1338 write_new_certificate(Cout,x, 0, notext);
1525 BIO_free_all(Cout);