Lines Matching defs:bio_stdout

105 static BIO *bio_stdout = NULL;
153 BIO_printf(bio_stdout, "Client NPN: ");
154 BIO_write(bio_stdout, client_s, client_len);
155 BIO_printf(bio_stdout, "\n");
159 BIO_printf(bio_stdout, "Server NPN: ");
160 BIO_write(bio_stdout, server_s, server_len);
161 BIO_printf(bio_stdout, "\n");
213 BIO_printf(bio_stdout, "Servername 2 is NULL\n");
220 BIO_printf(bio_stdout, "Switching server context.\n");
236 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect);
238 BIO_printf(bio_stdout, "Servername: context is 2\n");
240 BIO_printf(bio_stdout, "Servername: context is 1\n");
242 BIO_printf(bio_stdout, "Servername: context is unknown\n");
336 BIO_printf(bio_stdout, "ALPN selected protocols differ!\n");
342 BIO_printf(bio_stdout, "ALPN selected protocols differ!\n");
347 BIO_printf(bio_stdout, "ALPN unexpectedly negotiated\n");
354 BIO_printf(bio_stdout,
363 BIO_printf(bio_stdout, "ALPN results: client: '");
364 BIO_write(bio_stdout, client_proto, client_proto_len);
365 BIO_printf(bio_stdout, "', server: '");
366 BIO_write(bio_stdout, server_proto, server_proto_len);
367 BIO_printf(bio_stdout, "'\n");
368 BIO_printf(bio_stdout, "ALPN configured: client: '%s', server: '",
371 BIO_printf(bio_stdout, "%s'\n",
374 BIO_printf(bio_stdout, "%s'\n",
775 BIO_printf(bio_stdout, "%s%s, cipher %s %s",
784 BIO_puts(bio_stdout, ", ");
785 print_key_details(bio_stdout, pubkey);
789 BIO_puts(bio_stdout, ", temp key: ");
790 print_key_details(bio_stdout, pkey);
794 BIO_printf(bio_stdout, ", digest=%s", OBJ_nid2sn(mdnid));
795 BIO_printf(bio_stdout, "\n");
936 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
1785 BIO_printf(bio_stdout, "Doing handshakes=%d bytes=%ld\n", number, bytes);
1877 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1882 BIO_printf(bio_stdout,
1902 BIO_free(bio_stdout);
2159 BIO_printf(bio_stdout, "Server using Kernel TLS in both directions\n");
2161 BIO_printf(bio_stdout, "Server using Kernel TLS for sending\n");
2163 BIO_printf(bio_stdout, "Server using Kernel TLS for receiving\n");
2167 BIO_printf(bio_stdout, "Client using Kernel TLS in both directions\n");
2169 BIO_printf(bio_stdout, "Client using Kernel TLS for sending\n");
2171 BIO_printf(bio_stdout, "Client using Kernel TLS for receiving\n");