Home | History | Annotate | Download | only in apps

Lines Matching refs:Cout

304 	BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL;
716 Cout=BIO_new(BIO_s_file());
717 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL))
1349 if (BIO_write_filename(Cout,buf[2]) <= 0)
1354 write_new_certificate(Cout,x, 0, notext);
1542 BIO_free_all(Cout);