Home | History | Annotate | Download | only in ssl

Lines Matching refs:bio_stdout

296 static BIO *bio_stdout=NULL;
381 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
398 BIO_printf(bio_stdout, ", %d bit RSA",
406 BIO_printf(bio_stdout, ", %d bit DSA",
416 BIO_printf(bio_stdout,"\n");
578 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT);
1121 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
1129 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1136 BIO_printf(bio_stdout,
1151 if (bio_stdout != NULL) BIO_free(bio_stdout);