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

/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c303 BIO *in = NULL, *out = NULL, *Sout = NULL, *Cout = NULL; local
674 Cout = BIO_new(BIO_s_file());
675 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) {
1265 if (BIO_write_filename(Cout, buf[2]) <= 0) {
1269 write_new_certificate(Cout, x, 0, notext);
1457 BIO_free_all(Cout);

Completed in 112 milliseconds