• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/

Lines Matching refs:bio_err

127 BIO *bio_err = NULL;
164 BIO_printf(bio_err, "usage: ssltest [args ...]\n");
165 BIO_printf(bio_err, "\n");
166 BIO_printf(bio_err, " -server_auth - check server certificate\n");
167 BIO_printf(bio_err, " -client_auth - do client authentication\n");
168 BIO_printf(bio_err, " -v - more output\n");
169 BIO_printf(bio_err, " -CApath arg - PEM format directory of CA's\n");
170 BIO_printf(bio_err, " -CAfile arg - PEM format file of CA's\n");
171 BIO_printf(bio_err, " -threads arg - number of threads\n");
172 BIO_printf(bio_err, " -loops arg - number of 'connections', per thread\n");
173 BIO_printf(bio_err, " -reconnect - reuse session-id's\n");
174 BIO_printf(bio_err, " -stats - server session-id cache stats\n");
175 BIO_printf(bio_err, " -cert arg - server certificate/key\n");
176 BIO_printf(bio_err, " -ccert arg - client certificate/key\n");
177 BIO_printf(bio_err, " -ssl3 - just SSLv3n\n");
195 if (bio_err == NULL)
196 bio_err = BIO_new_fd(2, BIO_NOCLOSE);
246 BIO_printf(bio_err, "unknown option %s\n", *argv);
268 ERR_print_errors(bio_err);
280 BIO_printf(bio_err, "SSL_CTX_use_certificate_file (%s)\n", scert);
281 ERR_print_errors(bio_err);
285 BIO_printf(bio_err, "SSL_CTX_use_RSAPrivateKey_file (%s)\n", scert);
286 ERR_print_errors(bio_err);
299 BIO_printf(bio_err, "SSL_load_verify_locations\n");
300 ERR_print_errors(bio_err);
305 BIO_printf(bio_err, "client authentication\n");
311 BIO_printf(bio_err, "server authentication\n");
321 BIO_printf(bio_err, "Client SSL_CTX stats then free it\n");
322 print_stats(bio_err, c_ctx);
326 BIO_printf(bio_err, "Server SSL_CTX stats then free it\n");
327 print_stats(bio_err, s_ctx);
329 BIO_printf(bio_err, "-----\n");
330 lh_SSL_SESSION_stats_bio(SSL_CTX_sessions(s_ctx), bio_err);
331 BIO_printf(bio_err, "-----\n");
332 /*- lh_SSL_SESSION_node_stats_bio(SSL_CTX_sessions(s_ctx),bio_err);
333 BIO_printf(bio_err,"-----\n"); */
334 lh_SSL_SESSION_node_usage_stats_bio(SSL_CTX_sessions(s_ctx), bio_err);
335 BIO_printf(bio_err, "-----\n");
338 BIO_printf(bio_err, "done free\n");
371 /*- BIO_printf(bio_err,"%4d %2d ctx->ref (%3d,%3d)\n",
503 BIO_printf(bio_err, "ERROR in CLIENT\n");
508 BIO_printf(bio_err, "SSL CLIENT STARTUP FAILED\n");
525 BIO_printf(bio_err, "ERROR in CLIENT\n");
530 BIO_printf(bio_err, "SSL CLIENT STARTUP FAILED\n");
555 BIO_printf(bio_err, "ERROR in SERVER\n");
560 BIO_printf(bio_err, "SSL SERVER STARTUP FAILED\n");
582 BIO_printf(bio_err, "ERROR in SERVER\n");
587 BIO_printf(bio_err, "SSL SERVER STARTUP FAILED\n");
651 BIO_printf(bio_err, "depth=%d %s\n", ctx->error_depth, buf);
653 BIO_printf(bio_err, "depth=%d error=%d %s\n",
729 BIO_printf(bio_err, "WaitForMultipleObjects failed:%d\n",
780 BIO_printf(bio_err, "cleanup\n");
785 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
790 BIO_printf(bio_err, "done cleanup\n");
797 BIO_printf(bio_err, "thread=%4d mode=%s lock=%s %s:%d\n",
805 BIO_printf(bio_err,"(t,m,f,l) %ld %d %s %d\n",
971 BIO_printf(bio_err, "cleanup\n");
974 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
979 BIO_printf(bio_err, "done cleanup\n");
985 BIO_printf(bio_err, "thread=%4d mode=%s lock=%s %s:%d\n",
992 BIO_printf(bio_err,"(t,m,f,l) %ld %d %s %d\n",
1150 BIO_printf(bio_err, "cleanup\n");
1153 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
1158 BIO_printf(bio_err, "done cleanup\n");
1164 BIO_printf(bio_err, "thread=%4d mode=%s lock=%s %s:%d\n",