Searched defs:bio_stdout (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dopenssl.c495 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); local
499 bio_stdout = BIO_push(tmpbio, bio_stdout);
505 BIO_printf(bio_stdout, "%s\n", argv[0]);
507 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
508 BIO_free_all(bio_stdout);
527 BIO *bio_stdout; local
541 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
545 bio_stdout = BIO_push(tmpbio, bio_stdout);
[all...]
/external/openssl/apps/
H A Dopenssl.c495 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); local
499 bio_stdout = BIO_push(tmpbio, bio_stdout);
505 BIO_printf(bio_stdout, "%s\n", argv[0]);
507 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
508 BIO_free_all(bio_stdout);
527 BIO *bio_stdout; local
541 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
545 bio_stdout = BIO_push(tmpbio, bio_stdout);
[all...]
/external/chromium_org/third_party/openssl/openssl/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);
/external/openssl/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);
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssltest.c296 static BIO *bio_stdout=NULL; variable
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);
1115 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
1123 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1130 BIO_printf(bio_stdout,
1145 if (bio_stdout !
[all...]
/external/openssl/ssl/
H A Dssltest.c296 static BIO *bio_stdout=NULL; variable
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);
1115 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
1123 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
1130 BIO_printf(bio_stdout,
1145 if (bio_stdout !
[all...]

Completed in 88 milliseconds