Lines Matching refs:bio_stdout

106 static BIO *bio_stdout = NULL;  variable
154 BIO_printf(bio_stdout, "Client NPN: "); in verify_npn()
155 BIO_write(bio_stdout, client_s, client_len); in verify_npn()
156 BIO_printf(bio_stdout, "\n"); in verify_npn()
160 BIO_printf(bio_stdout, "Server NPN: "); in verify_npn()
161 BIO_write(bio_stdout, server_s, server_len); in verify_npn()
162 BIO_printf(bio_stdout, "\n"); in verify_npn()
214 BIO_printf(bio_stdout, "Servername 2 is NULL\n"); in servername_cb()
221 BIO_printf(bio_stdout, "Switching server context.\n"); in servername_cb()
237 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect); in verify_servername()
239 BIO_printf(bio_stdout, "Servername: context is 2\n"); in verify_servername()
241 BIO_printf(bio_stdout, "Servername: context is 1\n"); in verify_servername()
243 BIO_printf(bio_stdout, "Servername: context is unknown\n"); in verify_servername()
337 BIO_printf(bio_stdout, in verify_alpn()
343 BIO_printf(bio_stdout, in verify_alpn()
349 BIO_printf(bio_stdout, "ALPN selected protocols differ!\n"); in verify_alpn()
355 BIO_printf(bio_stdout, "ALPN selected protocols differ!\n"); in verify_alpn()
360 BIO_printf(bio_stdout, "ALPN unexpectedly negotiated\n"); in verify_alpn()
367 BIO_printf(bio_stdout, in verify_alpn()
376 BIO_printf(bio_stdout, "ALPN results: client: '"); in verify_alpn()
377 BIO_write(bio_stdout, client_proto, client_proto_len); in verify_alpn()
378 BIO_printf(bio_stdout, "', server: '"); in verify_alpn()
379 BIO_write(bio_stdout, server_proto, server_proto_len); in verify_alpn()
380 BIO_printf(bio_stdout, "'\n"); in verify_alpn()
381 BIO_printf(bio_stdout, "ALPN configured: client: '%s', server: '", in verify_alpn()
384 BIO_printf(bio_stdout, "%s'\n", in verify_alpn()
387 BIO_printf(bio_stdout, "%s'\n", in verify_alpn()
788 BIO_printf(bio_stdout, "%s%s, cipher %s %s", in print_details()
797 BIO_puts(bio_stdout, ", "); in print_details()
798 print_key_details(bio_stdout, pubkey); in print_details()
802 BIO_puts(bio_stdout, ", temp key: "); in print_details()
803 print_key_details(bio_stdout, pkey); in print_details()
807 BIO_printf(bio_stdout, ", digest=%s", OBJ_nid2sn(mdnid)); in print_details()
808 BIO_printf(bio_stdout, "\n"); in print_details()
950 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT); in main()
1802 BIO_printf(bio_stdout, "Doing handshakes=%d bytes=%ld\n", number, bytes); in main()
1895 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n" in main()
1900 BIO_printf(bio_stdout, in main()
1918 BIO_free(bio_stdout); in main()
2176 BIO_printf(bio_stdout, "Server using Kernel TLS in both directions\n"); in doit_localhost()
2178 BIO_printf(bio_stdout, "Server using Kernel TLS for sending\n"); in doit_localhost()
2180 BIO_printf(bio_stdout, "Server using Kernel TLS for receiving\n"); in doit_localhost()
2184 BIO_printf(bio_stdout, "Client using Kernel TLS in both directions\n"); in doit_localhost()
2186 BIO_printf(bio_stdout, "Client using Kernel TLS for sending\n"); in doit_localhost()
2188 BIO_printf(bio_stdout, "Client using Kernel TLS for receiving\n"); in doit_localhost()