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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c128 BIO *bio_stdout = NULL; variable
197 if (bio_stdout == NULL)
198 bio_stdout = BIO_new_fd(1, BIO_NOCLOSE);
368 BIO_printf(bio_stdout, "started thread %lu\n",
379 BIO_printf(bio_stdout, "error[%d] %lu - %d\n",
384 BIO_printf(bio_stdout, "DONE %lu\n", CRYPTO_THREADID_hash(&thread_id));
469 BIO_printf(bio_stdout, "server waiting in SSL_accept - %s\n",
472 BIO_printf(bio_stdout, "server:SSL_write()\n");
474 BIO_printf(bio_stdout, "server:SSL_read()\n");
479 BIO_printf(bio_stdout, "clien
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c128 BIO *bio_stdout = NULL; variable
197 if (bio_stdout == NULL)
198 bio_stdout = BIO_new_fd(1, BIO_NOCLOSE);
368 BIO_printf(bio_stdout, "started thread %lu\n",
379 BIO_printf(bio_stdout, "error[%d] %lu - %d\n",
384 BIO_printf(bio_stdout, "DONE %lu\n", CRYPTO_THREADID_hash(&thread_id));
469 BIO_printf(bio_stdout, "server waiting in SSL_accept - %s\n",
472 BIO_printf(bio_stdout, "server:SSL_write()\n");
474 BIO_printf(bio_stdout, "server:SSL_read()\n");
479 BIO_printf(bio_stdout, "clien
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dopenssl.c479 BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE); local
483 bio_stdout = BIO_push(tmpbio, bio_stdout);
489 BIO_printf(bio_stdout, "%s\n", argv[0]);
491 BIO_printf(bio_stdout, "%s\n", argv[0] + 3);
492 BIO_free_all(bio_stdout);
507 BIO *bio_stdout; local
521 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
525 bio_stdout = BIO_push(tmpbio, bio_stdout);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dopenssl.c479 BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE); local
483 bio_stdout = BIO_push(tmpbio, bio_stdout);
489 BIO_printf(bio_stdout, "%s\n", argv[0]);
491 BIO_printf(bio_stdout, "%s\n", argv[0] + 3);
492 BIO_free_all(bio_stdout);
507 BIO *bio_stdout; local
521 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
525 bio_stdout = BIO_push(tmpbio, bio_stdout);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_task.c137 BIO *bio_stdout = NULL; variable
231 if (bio_stdout == NULL)
232 if ((bio_stdout = BIO_new(BIO_s_file())) != NULL)
233 BIO_set_fp(bio_stdout, stdout, BIO_NOCLOSE);
H A Dssltest.c303 static BIO *bio_stdout = NULL; variable
319 BIO_printf(bio_stdout, "Servername 2 is NULL\n");
326 BIO_printf(bio_stdout, "Switching server context.\n");
342 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect);
344 BIO_printf(bio_stdout, "Servername: context is 2\n");
346 BIO_printf(bio_stdout, "Servername: context is 1\n");
348 BIO_printf(bio_stdout, "Servername: context is unknown\n");
440 BIO_printf(bio_stdout, "ALPN selected protocols differ!\n");
445 BIO_printf(bio_stdout, "ALPN unexpectedly negotiated\n");
452 BIO_printf(bio_stdout,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_task.c137 BIO *bio_stdout = NULL; variable
231 if (bio_stdout == NULL)
232 if ((bio_stdout = BIO_new(BIO_s_file())) != NULL)
233 BIO_set_fp(bio_stdout, stdout, BIO_NOCLOSE);
H A Dssltest.c303 static BIO *bio_stdout = NULL; variable
319 BIO_printf(bio_stdout, "Servername 2 is NULL\n");
326 BIO_printf(bio_stdout, "Switching server context.\n");
342 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect);
344 BIO_printf(bio_stdout, "Servername: context is 2\n");
346 BIO_printf(bio_stdout, "Servername: context is 1\n");
348 BIO_printf(bio_stdout, "Servername: context is unknown\n");
440 BIO_printf(bio_stdout, "ALPN selected protocols differ!\n");
445 BIO_printf(bio_stdout, "ALPN unexpectedly negotiated\n");
452 BIO_printf(bio_stdout,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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 86 milliseconds