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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c303 BIO *in = NULL, *out = NULL, *Sout = NULL, *Cout = NULL; local
679 Cout = BIO_new(BIO_s_file());
680 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) {
1270 if (BIO_write_filename(Cout, buf[2]) <= 0) {
1274 write_new_certificate(Cout, x, 0, notext);
1464 BIO_free_all(Cout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c303 BIO *in = NULL, *out = NULL, *Sout = NULL, *Cout = NULL; local
679 Cout = BIO_new(BIO_s_file());
680 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) {
1270 if (BIO_write_filename(Cout, buf[2]) <= 0) {
1274 write_new_certificate(Cout, x, 0, notext);
1464 BIO_free_all(Cout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c301 BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL; local
695 Cout=BIO_new(BIO_s_file());
696 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL))
1315 if (BIO_write_filename(Cout,buf[2]) <= 0)
1320 write_new_certificate(Cout,x, 0, notext);
1505 BIO_free_all(Cout);

Completed in 94 milliseconds