Lines Matching refs:bio_c_out
107 static BIO *bio_c_out = NULL; variable
151 BIO_printf(bio_c_out, "psk_client_cb\n"); in psk_client_cb()
155 BIO_printf(bio_c_out, in psk_client_cb()
158 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint); in psk_client_cb()
168 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, in psk_client_cb()
190 BIO_printf(bio_c_out, "created PSK len=%ld\n", key_len); in psk_client_cb()
302 BIO_printf(bio_c_out, "Protocols advertised by server: "); in next_proto_cb()
305 BIO_write(bio_c_out, ", ", 2); in next_proto_cb()
306 BIO_write(bio_c_out, &in[i + 1], in[i]); in next_proto_cb()
309 BIO_write(bio_c_out, "\n", 1); in next_proto_cb()
335 PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen); in serverinfo_cli_parse_cb()
831 BIO_printf(bio_c_out, in new_session_cb()
833 SSL_SESSION_print(bio_c_out, sess); in new_session_cb()
834 BIO_printf(bio_c_out, "---\n"); in new_session_cb()
1783 if (bio_c_out == NULL) { in s_client_main()
1785 bio_c_out = BIO_new(BIO_s_null()); in s_client_main()
1794 bio_c_out = dup_bio_out(FORMAT_TEXT); in s_client_main()
1797 if (bio_c_out == NULL) { in s_client_main()
1928 BIO_printf(bio_c_out, "PSK key given, setting client callback\n"); in s_client_main()
2169 BIO_printf(bio_c_out, "Connecting via TFO\n"); in s_client_main()
2180 BIO_printf(bio_c_out, "CONNECTED(%08X)\n", sock); in s_client_main()
2194 BIO_printf(bio_c_out, "Turned on non blocking io\n"); in s_client_main()
2294 BIO_set_callback_arg(sbio, (char *)bio_c_out); in s_client_main()
2303 SSL_set_msg_callback_arg(con, bio_c_msg ? bio_c_msg : bio_c_out); in s_client_main()
2308 SSL_set_tlsext_debug_arg(con, bio_c_out); in s_client_main()
2314 SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out); in s_client_main()
2930 print_stuff(bio_c_out, con, full_log); in s_client_main()
2943 BIO_printf(bio_c_out, in s_client_main()
3094 BIO_printf(bio_c_out, "write W BLOCK\n"); in s_client_main()
3099 BIO_printf(bio_c_out, "write A BLOCK\n"); in s_client_main()
3105 BIO_printf(bio_c_out, "write R BLOCK\n"); in s_client_main()
3111 BIO_printf(bio_c_out, "write X BLOCK\n"); in s_client_main()
3115 BIO_printf(bio_c_out, "shutdown\n"); in s_client_main()
3157 BIO_printf(bio_c_out, "DONE\n"); in s_client_main()
3192 BIO_printf(bio_c_out, "read A BLOCK\n"); in s_client_main()
3200 BIO_printf(bio_c_out, "read W BLOCK\n"); in s_client_main()
3205 BIO_printf(bio_c_out, "read R BLOCK\n"); in s_client_main()
3212 BIO_printf(bio_c_out, "read X BLOCK\n"); in s_client_main()
3222 BIO_printf(bio_c_out, "closed\n"); in s_client_main()
3288 print_stuff(bio_c_out, con, full_log); in s_client_main()
3319 print_stuff(bio_c_out, con, 1); in s_client_main()
3356 BIO_free(bio_c_out); in s_client_main()
3357 bio_c_out = NULL; in s_client_main()
3524 BIO_printf(bio_c_out, "LOCAL PORT is %u\n", in print_stuff()