Lines Matching defs:bio_c_out

226 static BIO *bio_c_out = NULL;
247 BIO_printf(bio_c_out, "psk_client_cb\n");
251 BIO_printf(bio_c_out,
254 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
263 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity,
288 BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len);
593 BIO_printf(bio_c_out, "Protocols advertised by server: ");
596 BIO_write(bio_c_out, ", ", 2);
597 BIO_write(bio_c_out, &in[i + 1], in[i]);
600 BIO_write(bio_c_out, "\n", 1);
1099 if (bio_c_out == NULL) {
1101 bio_c_out = BIO_new(BIO_s_null());
1103 if (bio_c_out == NULL)
1104 bio_c_out = BIO_new_fp(stdout, BIO_NOCLOSE);
1143 BIO_printf(bio_c_out,
1265 BIO_printf(bio_c_out, "CONNECTED(%08X)\n", s);
1270 BIO_printf(bio_c_out, "turning on non blocking io\n");
1331 BIO_set_callback_arg(sbio, (char *)bio_c_out);
1335 SSL_set_msg_callback_arg(con, bio_c_out);
1340 SSL_set_tlsext_debug_arg(con, bio_c_out);
1345 SSL_CTX_set_tlsext_status_arg(ctx, bio_c_out);
1361 jpake_client_auth(bio_c_out, sbio, jpake_secret);
1503 BIO_printf(bio_c_out,
1518 print_stuff(bio_c_out, con, full_log);
1530 BIO_printf(bio_c_out,
1670 BIO_printf(bio_c_out, "write W BLOCK\n");
1675 BIO_printf(bio_c_out, "write R BLOCK\n");
1681 BIO_printf(bio_c_out, "write X BLOCK\n");
1685 BIO_printf(bio_c_out, "shutdown\n");
1722 BIO_printf(bio_c_out, "DONE\n");
1767 BIO_printf(bio_c_out, "read W BLOCK\n");
1772 BIO_printf(bio_c_out, "read R BLOCK\n");
1779 BIO_printf(bio_c_out, "read X BLOCK\n");
1786 BIO_printf(bio_c_out, "closed\n");
1866 print_stuff(bio_c_out, con, full_log);
1872 print_stuff(bio_c_out, con, 1);
1901 if (bio_c_out != NULL) {
1902 BIO_free(bio_c_out);
1903 bio_c_out = NULL;
2033 BIO_printf(bio_c_out, "LOCAL PORT is %u\n", ntohs(ladd.sin_port));