Home | History | Annotate | Download | only in threads

Lines Matching refs:ssl_ctx

113 void do_threads(SSL_CTX *s_ctx,SSL_CTX *c_ctx);
151 static void print_stats(FILE *fp, SSL_CTX *ctx)
193 SSL_CTX *s_ctx=NULL;
194 SSL_CTX *c_ctx=NULL;
340 fprintf(stderr,"Client SSL_CTX stats then free it\n");
346 fprintf(stderr,"Server SSL_CTX stats then free it\n");
370 int ndoit(SSL_CTX *ssl_ctx[2])
376 ctx[0]=(char *)ssl_ctx[0];
377 ctx[1]=(char *)ssl_ctx[1];
381 ctx[2]=(char *)SSL_new(ssl_ctx[0]);
382 ctx[3]=(char *)SSL_new(ssl_ctx[1]);
395 ssl_ctx[0]->references,
396 ssl_ctx[1]->references); */
421 SSL_CTX *s_ctx,*c_ctx;
436 s_ctx=(SSL_CTX *)ctx[0];
437 c_ctx=(SSL_CTX *)ctx[1];
762 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx)
765 SSL_CTX *ssl_ctx[2];
771 ssl_ctx[0]=s_ctx;
772 ssl_ctx[1]=c_ctx;
780 (void *)ssl_ctx,
891 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx)
893 SSL_CTX *ssl_ctx[2];
897 ssl_ctx[0]=s_ctx;
898 ssl_ctx[1]=c_ctx;
905 (void *)ssl_ctx,
990 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx)
992 SSL_CTX *ssl_ctx[2];
996 ssl_ctx[0]=s_ctx;
997 ssl_ctx[1]=c_ctx;
1002 PR_SADDR|PR_SFDS,(void *)ssl_ctx);
1089 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx)
1091 SSL_CTX *ssl_ctx[2];
1095 ssl_ctx[0]=s_ctx;
1096 ssl_ctx[1]=c_ctx;
1104 (void *(*)())ndoit, (void *)ssl_ctx);
1181 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx)
1183 SSL_CTX *ssl_ctx[2];
1185 ssl_ctx[0]=s_ctx;
1186 ssl_ctx[1]=c_ctx;
1191 (void*)ssl_ctx);
1275 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx)
1277 SSL_CTX *ssl_ctx[2];
1281 ssl_ctx[0]=s_ctx;
1282 ssl_ctx[1]=c_ctx;
1287 NULL, B_NORMAL_PRIORITY, (void *)ssl_ctx);