Searched refs:bio_stdout (Results 1 – 4 of 4) sorted by relevance
/external/openssl/apps/ |
D | openssl.c | 386 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); in do_cmd() local 390 bio_stdout = BIO_push(tmpbio, bio_stdout); in do_cmd() 396 BIO_printf(bio_stdout, "%s\n", argv[0]); in do_cmd() 398 BIO_printf(bio_stdout, "%s\n", argv[0]+3); in do_cmd() 399 BIO_free_all(bio_stdout); in do_cmd() 415 BIO *bio_stdout; in do_cmd() local 423 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); in do_cmd() 427 bio_stdout = BIO_push(tmpbio, bio_stdout); in do_cmd() 433 BIO_printf(bio_stdout, "%s\n", fp->name); in do_cmd() 434 BIO_free_all(bio_stdout); in do_cmd()
|
/external/openssl/ssl/ |
D | ssl_task.c | 137 BIO *bio_stdout=NULL; variable 219 if (bio_stdout == NULL) in main() 220 if ((bio_stdout=BIO_new(BIO_s_file())) != NULL) in main() 221 BIO_set_fp(bio_stdout,stdout,BIO_NOCLOSE); in main()
|
D | ssltest.c | 211 static BIO *bio_stdout=NULL; variable 285 BIO_printf(bio_stdout,"%s%s, cipher %s %s", in print_details() 302 BIO_printf(bio_stdout, ", %d bit RSA", in print_details() 310 BIO_printf(bio_stdout, ", %d bit DSA", in print_details() 320 BIO_printf(bio_stdout,"\n"); in print_details() 452 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE); in main() 872 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes); in main() 880 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n" in main() 887 BIO_printf(bio_stdout, in main() 902 if (bio_stdout != NULL) BIO_free(bio_stdout); in main()
|
/external/openssl/crypto/threads/ |
D | mttest.c | 133 BIO *bio_stdout=NULL; variable 201 if (bio_stdout == NULL) in main() 202 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE); in main()
|