Lines Matching defs:bio_c_out

65 static BIO *bio_c_out = NULL;
106 BIO_printf(bio_c_out, "psk_client_cb\n");
110 BIO_printf(bio_c_out,
113 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
123 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity,
145 BIO_printf(bio_c_out, "created PSK len=%ld\n", key_len);
257 BIO_printf(bio_c_out, "Protocols advertised by server: ");
260 BIO_write(bio_c_out, ", ", 2);
261 BIO_write(bio_c_out, &in[i + 1], in[i]);
264 BIO_write(bio_c_out, "\n", 1);
290 PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen);
769 BIO_printf(bio_c_out,
771 SSL_SESSION_print(bio_c_out, sess);
772 BIO_printf(bio_c_out, "---\n");
1663 if (bio_c_out == NULL) {
1665 bio_c_out = BIO_new(BIO_s_null());
1674 bio_c_out = dup_bio_out(FORMAT_TEXT);
1677 if (bio_c_out == NULL) {
1804 BIO_printf(bio_c_out, "PSK key given, setting client callback\n");
2023 BIO_printf(bio_c_out, "CONNECTED(%08X)\n", sock);
2030 BIO_printf(bio_c_out, "Turned on non blocking io\n");
2114 BIO_set_callback_arg(sbio, (char *)bio_c_out);
2123 SSL_set_msg_callback_arg(con, bio_c_msg ? bio_c_msg : bio_c_out);
2128 SSL_set_tlsext_debug_arg(con, bio_c_out);
2134 SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out);
2744 print_stuff(bio_c_out, con, full_log);
2757 BIO_printf(bio_c_out,
2858 BIO_printf(bio_c_out, "write W BLOCK\n");
2863 BIO_printf(bio_c_out, "write A BLOCK\n");
2869 BIO_printf(bio_c_out, "write R BLOCK\n");
2875 BIO_printf(bio_c_out, "write X BLOCK\n");
2879 BIO_printf(bio_c_out, "shutdown\n");
2918 BIO_printf(bio_c_out, "DONE\n");
2952 BIO_printf(bio_c_out, "read A BLOCK\n");
2960 BIO_printf(bio_c_out, "read W BLOCK\n");
2965 BIO_printf(bio_c_out, "read R BLOCK\n");
2972 BIO_printf(bio_c_out, "read X BLOCK\n");
2982 BIO_printf(bio_c_out, "closed\n");
3056 print_stuff(bio_c_out, con, full_log);
3087 print_stuff(bio_c_out, con, 1);
3123 BIO_free(bio_c_out);
3124 bio_c_out = NULL;
3272 BIO_printf(bio_c_out, "LOCAL PORT is %u\n",