Lines Matching refs:bio_c_out

65 static BIO *bio_c_out = NULL;  variable
106 BIO_printf(bio_c_out, "psk_client_cb\n"); in psk_client_cb()
110 BIO_printf(bio_c_out, in psk_client_cb()
113 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint); in psk_client_cb()
123 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, in psk_client_cb()
145 BIO_printf(bio_c_out, "created PSK len=%ld\n", key_len); in psk_client_cb()
257 BIO_printf(bio_c_out, "Protocols advertised by server: "); in next_proto_cb()
260 BIO_write(bio_c_out, ", ", 2); in next_proto_cb()
261 BIO_write(bio_c_out, &in[i + 1], in[i]); in next_proto_cb()
264 BIO_write(bio_c_out, "\n", 1); in next_proto_cb()
290 PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen); in serverinfo_cli_parse_cb()
770 BIO_printf(bio_c_out, in new_session_cb()
772 SSL_SESSION_print(bio_c_out, sess); in new_session_cb()
773 BIO_printf(bio_c_out, "---\n"); in new_session_cb()
1665 if (bio_c_out == NULL) { in s_client_main()
1667 bio_c_out = BIO_new(BIO_s_null()); in s_client_main()
1676 bio_c_out = dup_bio_out(FORMAT_TEXT); in s_client_main()
1679 if (bio_c_out == NULL) { in s_client_main()
1806 BIO_printf(bio_c_out, "PSK key given, setting client callback\n"); in s_client_main()
2025 BIO_printf(bio_c_out, "CONNECTED(%08X)\n", sock); in s_client_main()
2032 BIO_printf(bio_c_out, "Turned on non blocking io\n"); in s_client_main()
2116 BIO_set_callback_arg(sbio, (char *)bio_c_out); in s_client_main()
2125 SSL_set_msg_callback_arg(con, bio_c_msg ? bio_c_msg : bio_c_out); in s_client_main()
2130 SSL_set_tlsext_debug_arg(con, bio_c_out); in s_client_main()
2136 SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out); in s_client_main()
2745 print_stuff(bio_c_out, con, full_log); in s_client_main()
2758 BIO_printf(bio_c_out, in s_client_main()
2859 BIO_printf(bio_c_out, "write W BLOCK\n"); in s_client_main()
2864 BIO_printf(bio_c_out, "write A BLOCK\n"); in s_client_main()
2870 BIO_printf(bio_c_out, "write R BLOCK\n"); in s_client_main()
2876 BIO_printf(bio_c_out, "write X BLOCK\n"); in s_client_main()
2880 BIO_printf(bio_c_out, "shutdown\n"); in s_client_main()
2919 BIO_printf(bio_c_out, "DONE\n"); in s_client_main()
2953 BIO_printf(bio_c_out, "read A BLOCK\n"); in s_client_main()
2961 BIO_printf(bio_c_out, "read W BLOCK\n"); in s_client_main()
2966 BIO_printf(bio_c_out, "read R BLOCK\n"); in s_client_main()
2973 BIO_printf(bio_c_out, "read X BLOCK\n"); in s_client_main()
2983 BIO_printf(bio_c_out, "closed\n"); in s_client_main()
3057 print_stuff(bio_c_out, con, full_log); in s_client_main()
3088 print_stuff(bio_c_out, con, 1); in s_client_main()
3124 BIO_free(bio_c_out); in s_client_main()
3125 bio_c_out = NULL; in s_client_main()
3273 BIO_printf(bio_c_out, "LOCAL PORT is %u\n", in print_stuff()