Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H A Dca.c1094 BIO *Cout = NULL; in ca_main() local
1131 Cout = BIO_new_file(new_cert, "w"); in ca_main()
1132 if (Cout == NULL) { in ca_main()
1136 write_new_certificate(Cout, xi, 0, notext); in ca_main()
1138 BIO_free_all(Cout); in ca_main()
/third_party/openssl/apps/
H A Dca.c1080 BIO *Cout = NULL; in ca_main() local
1117 Cout = BIO_new_file(new_cert, "w"); in ca_main()
1118 if (Cout == NULL) { in ca_main()
1122 write_new_certificate(Cout, xi, 0, notext); in ca_main()
1124 BIO_free_all(Cout); in ca_main()

Completed in 7 milliseconds