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

/freebsd-10.1-release/crypto/openssl/crypto/threads/
H A Dmttest.c128 BIO *bio_stdout = NULL; variable
197 if (bio_stdout == NULL)
198 bio_stdout = BIO_new_fd(1, BIO_NOCLOSE);
368 BIO_printf(bio_stdout, "started thread %lu\n",
379 BIO_printf(bio_stdout, "error[%d] %lu - %d\n",
384 BIO_printf(bio_stdout, "DONE %lu\n", CRYPTO_THREADID_hash(&thread_id));
469 BIO_printf(bio_stdout, "server waiting in SSL_accept - %s\n",
472 BIO_printf(bio_stdout, "server:SSL_write()\n");
474 BIO_printf(bio_stdout, "server:SSL_read()\n");
479 BIO_printf(bio_stdout, "clien
[all...]
/freebsd-10.1-release/crypto/openssl/apps/
H A Dopenssl.c479 BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE); local
483 bio_stdout = BIO_push(tmpbio, bio_stdout);
489 BIO_printf(bio_stdout, "%s\n", argv[0]);
491 BIO_printf(bio_stdout, "%s\n", argv[0] + 3);
492 BIO_free_all(bio_stdout);
507 BIO *bio_stdout; local
521 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
525 bio_stdout = BIO_push(tmpbio, bio_stdout);
[all...]
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_task.c137 BIO *bio_stdout = NULL; variable
231 if (bio_stdout == NULL)
232 if ((bio_stdout = BIO_new(BIO_s_file())) != NULL)
233 BIO_set_fp(bio_stdout, stdout, BIO_NOCLOSE);
H A Dssltest.c299 static BIO *bio_stdout = NULL; variable
398 BIO_printf(bio_stdout, "%s%s, cipher %s %s",
410 BIO_printf(bio_stdout, ", %d bit RSA",
417 BIO_printf(bio_stdout, ", %d bit DSA",
429 BIO_printf(bio_stdout, "\n");
584 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
1089 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n", number,
1098 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1107 BIO_printf(bio_stdout,
1123 if (bio_stdout !
[all...]

Completed in 66 milliseconds