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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dopenssl.c408 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); local
412 bio_stdout = BIO_push(tmpbio, bio_stdout);
418 BIO_printf(bio_stdout, "%s\n", argv[0]);
420 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
421 BIO_free_all(bio_stdout);
437 BIO *bio_stdout; local
445 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
449 bio_stdout = BIO_push(tmpbio, bio_stdout);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dopenssl.c386 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); local
390 bio_stdout = BIO_push(tmpbio, bio_stdout);
396 BIO_printf(bio_stdout, "%s\n", argv[0]);
398 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
399 BIO_free_all(bio_stdout);
415 BIO *bio_stdout; local
423 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
427 bio_stdout = BIO_push(tmpbio, bio_stdout);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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.c182 static BIO *bio_stdout=NULL; variable
246 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
263 BIO_printf(bio_stdout, ", %d bit RSA",
271 BIO_printf(bio_stdout, ", %d bit DSA",
281 BIO_printf(bio_stdout,"\n");
404 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);
768 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
776 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
783 BIO_printf(bio_stdout,
798 if (bio_stdout !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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.c211 static BIO *bio_stdout=NULL; variable
285 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
302 BIO_printf(bio_stdout, ", %d bit RSA",
310 BIO_printf(bio_stdout, ", %d bit DSA",
320 BIO_printf(bio_stdout,"\n");
452 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);
872 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
880 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
887 BIO_printf(bio_stdout,
902 if (bio_stdout !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dssltest.c182 static BIO *bio_stdout=NULL; variable
246 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
263 BIO_printf(bio_stdout, ", %d bit RSA",
271 BIO_printf(bio_stdout, ", %d bit DSA",
281 BIO_printf(bio_stdout,"\n");
404 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);
768 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
776 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
783 BIO_printf(bio_stdout,
798 if (bio_stdout !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c211 static BIO *bio_stdout=NULL; variable
285 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
302 BIO_printf(bio_stdout, ", %d bit RSA",
310 BIO_printf(bio_stdout, ", %d bit DSA",
320 BIO_printf(bio_stdout,"\n");
452 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);
872 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
880 BIO_printf(bio_stdout, "Approximate total server time: %6.2f s\n"
887 BIO_printf(bio_stdout,
902 if (bio_stdout !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/threads/
H A Dmttest.c109 BIO *bio_stdout=NULL; variable
177 if (bio_stdout == NULL)
178 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c133 BIO *bio_stdout=NULL; variable
201 if (bio_stdout == NULL)
202 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);

Completed in 186 milliseconds