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

/freebsd-11-stable/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-11-stable/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-11-stable/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.c303 static BIO *bio_stdout = NULL; variable
326 BIO_printf(bio_stdout, "Servername 2 is NULL\n");
333 BIO_printf(bio_stdout, "Switching server context.\n");
352 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect);
354 BIO_printf(bio_stdout, "Servername: context is 2\n");
356 BIO_printf(bio_stdout, "Servername: context is 1\n");
358 BIO_printf(bio_stdout, "Servername: context is unknown\n");
391 BIO_printf(bio_stdout, "Expected server digest %s, got %s.\n",
484 BIO_printf(bio_stdout, "ALPN selected protocols differ!\n");
489 BIO_printf(bio_stdout, "ALP
[all...]

Completed in 167 milliseconds