Searched refs:bio_stdout (Results 1 – 4 of 4) sorted by relevance
/minix/crypto/external/bsd/openssl/dist/crypto/threads/ |
H A D | mttest.c | 129 BIO *bio_stdout = NULL; variable 198 if (bio_stdout == NULL) in main() 535 BIO_flush(bio_stdout); in doit() 566 BIO_flush(bio_stdout); in doit() 606 BIO_printf(bio_stdout, "DONE\n"); in doit() 717 BIO_printf(bio_stdout, "reaping\n"); in do_threads() 837 BIO_printf(bio_stdout, "reaping\n"); in do_threads() 925 BIO_printf(bio_stdout, "reaping\n"); in do_threads() 1019 BIO_printf(bio_stdout, "reaping\n"); in do_threads() 1100 BIO_printf(bio_stdout, "reaping\n"); in do_threads() [all …]
|
/minix/crypto/external/bsd/openssl/dist/apps/ |
H A D | openssl.c | 483 bio_stdout = BIO_push(tmpbio, bio_stdout); in do_cmd() 489 BIO_printf(bio_stdout, "%s\n", argv[0]); in do_cmd() 491 BIO_printf(bio_stdout, "%s\n", argv[0] + 3); in do_cmd() 492 BIO_free_all(bio_stdout); in do_cmd() 507 BIO *bio_stdout; in do_cmd() local 521 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE); in do_cmd() 525 bio_stdout = BIO_push(tmpbio, bio_stdout); in do_cmd() 533 list_pkey(bio_stdout); in do_cmd() 535 list_md(bio_stdout); in do_cmd() 537 list_cipher(bio_stdout); in do_cmd() [all …]
|
/minix/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ssl_task.c | 137 BIO *bio_stdout = NULL; variable 231 if (bio_stdout == NULL) in main() 232 if ((bio_stdout = BIO_new(BIO_s_file())) != NULL) in main() 233 BIO_set_fp(bio_stdout, stdout, BIO_NOCLOSE); in main()
|
H A D | ssltest.c | 299 static BIO *bio_stdout = NULL; variable 398 BIO_printf(bio_stdout, "%s%s, cipher %s %s", in print_details() 410 BIO_printf(bio_stdout, ", %d bit RSA", in print_details() 417 BIO_printf(bio_stdout, ", %d bit DSA", in print_details() 429 BIO_printf(bio_stdout, "\n"); in print_details() 584 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT); in main() 1089 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n", number, in main() 1098 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n" in main() 1107 BIO_printf(bio_stdout, in main() 1123 if (bio_stdout != NULL) in main() [all …]
|