Searched refs:bio_c_out (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_client.c179 static BIO *bio_c_out=NULL; variable
555 if (bio_c_out == NULL)
559 bio_c_out=BIO_new(BIO_s_null());
563 if (bio_c_out == NULL)
564 bio_c_out=BIO_new_fp(stdout,BIO_NOCLOSE);
628 BIO_printf(bio_c_out,"CONNECTED(%08X)\n",s);
634 BIO_printf(bio_c_out,"turning on non blocking io\n");
696 BIO_set_callback_arg(sbio,bio_c_out);
701 SSL_set_msg_callback_arg(con, bio_c_out);
751 print_stuff(bio_c_out,co
[all...]

Completed in 224 milliseconds