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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dopenssl.c417 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); local
421 bio_stdout = BIO_push(tmpbio, bio_stdout);
427 BIO_printf(bio_stdout, "%s\n", argv[0]);
429 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
430 BIO_free_all(bio_stdout);
449 BIO *bio_stdout; local
463 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
467 bio_stdout = BIO_push(tmpbio, bio_stdout);
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_task.c137 BIO *bio_stdout=NULL; variable
219 if (bio_stdout == NULL)
220 if ((bio_stdout=BIO_new(BIO_s_file())) != NULL)
221 BIO_set_fp(bio_stdout,stdout,BIO_NOCLOSE);
H A Dssltest.c250 static BIO *bio_stdout=NULL; variable
327 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
344 BIO_printf(bio_stdout, ", %d bit RSA",
352 BIO_printf(bio_stdout, ", %d bit DSA",
362 BIO_printf(bio_stdout,"\n");
514 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT);
980 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
988 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
995 BIO_printf(bio_stdout,
1010 if (bio_stdout !
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dssltest.c250 static BIO *bio_stdout=NULL; variable
327 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
344 BIO_printf(bio_stdout, ", %d bit RSA",
352 BIO_printf(bio_stdout, ", %d bit DSA",
362 BIO_printf(bio_stdout,"\n");
514 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT);
980 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
988 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
995 BIO_printf(bio_stdout,
1010 if (bio_stdout !
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c135 BIO *bio_stdout=NULL; variable
203 if (bio_stdout == NULL)
204 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);

Completed in 140 milliseconds