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()
769 BIO_printf(bio_c_out, in new_session_cb()
771 SSL_SESSION_print(bio_c_out, sess); in new_session_cb()
772 BIO_printf(bio_c_out, "---\n"); in new_session_cb()
1663 if (bio_c_out == NULL) { in s_client_main()
1665 bio_c_out = BIO_new(BIO_s_null()); in s_client_main()
1674 bio_c_out = dup_bio_out(FORMAT_TEXT); in s_client_main()
1677 if (bio_c_out == NULL) { in s_client_main()
1804 BIO_printf(bio_c_out, "PSK key given, setting client callback\n"); in s_client_main()
2023 BIO_printf(bio_c_out, "CONNECTED(%08X)\n", sock); in s_client_main()
2030 BIO_printf(bio_c_out, "Turned on non blocking io\n"); in s_client_main()
2114 BIO_set_callback_arg(sbio, (char *)bio_c_out); in s_client_main()
2123 SSL_set_msg_callback_arg(con, bio_c_msg ? bio_c_msg : bio_c_out); in s_client_main()
2128 SSL_set_tlsext_debug_arg(con, bio_c_out); in s_client_main()
2134 SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out); in s_client_main()
2744 print_stuff(bio_c_out, con, full_log); in s_client_main()
2757 BIO_printf(bio_c_out, in s_client_main()
2858 BIO_printf(bio_c_out, "write W BLOCK\n"); in s_client_main()
2863 BIO_printf(bio_c_out, "write A BLOCK\n"); in s_client_main()
2869 BIO_printf(bio_c_out, "write R BLOCK\n"); in s_client_main()
2875 BIO_printf(bio_c_out, "write X BLOCK\n"); in s_client_main()
2879 BIO_printf(bio_c_out, "shutdown\n"); in s_client_main()
2918 BIO_printf(bio_c_out, "DONE\n"); in s_client_main()
2952 BIO_printf(bio_c_out, "read A BLOCK\n"); in s_client_main()
2960 BIO_printf(bio_c_out, "read W BLOCK\n"); in s_client_main()
2965 BIO_printf(bio_c_out, "read R BLOCK\n"); in s_client_main()
2972 BIO_printf(bio_c_out, "read X BLOCK\n"); in s_client_main()
2982 BIO_printf(bio_c_out, "closed\n"); in s_client_main()
3056 print_stuff(bio_c_out, con, full_log); in s_client_main()
3087 print_stuff(bio_c_out, con, 1); in s_client_main()
3123 BIO_free(bio_c_out); in s_client_main()
3124 bio_c_out = NULL; in s_client_main()
3272 BIO_printf(bio_c_out, "LOCAL PORT is %u\n", in print_stuff()