Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c671 BIO *in = NULL, *out = NULL, *Sout = NULL, *Cout = NULL; in ca_main() local
796 Cout = BIO_new(BIO_s_file()); in ca_main()
797 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) { in ca_main()
1354 if (BIO_write_filename(Cout, pempath) <= 0) { in ca_main()
1358 if (!write_new_certificate(Cout, x, 0, in ca_main()
1565 BIO_free_all(Cout); in ca_main()