Lines Matching full:bio_stdout
250 static BIO *bio_stdout=NULL;
330 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
347 BIO_printf(bio_stdout, ", %d bit RSA",
355 BIO_printf(bio_stdout, ", %d bit DSA",
365 BIO_printf(bio_stdout,"\n");
521 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT);
1021 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
1029 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1036 BIO_printf(bio_stdout,
1051 if (bio_stdout != NULL) BIO_free(bio_stdout);