Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/apps/
Ds_server.c278 static BIO *bio_s_out = NULL; variable
322 bio_s_out = NULL; in s_server_init()
1194 if (bio_s_out == NULL) { in MAIN()
1196 bio_s_out = BIO_new(BIO_s_null()); in MAIN()
1198 if (bio_s_out == NULL) in MAIN()
1199 bio_s_out = BIO_new_fp(stdout, BIO_NOCLOSE); in MAIN()
1286 BIO_printf(bio_s_out, "Setting secondary ctx parameters\n"); in MAIN()
1343 BIO_printf(bio_s_out, "Setting temp DH parameters\n"); in MAIN()
1345 BIO_printf(bio_s_out, "Using default temp DH parameters\n"); in MAIN()
1348 (void)BIO_flush(bio_s_out); in MAIN()
[all …]