Searched refs:ctx2 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_server.c279 static SSL_CTX *ctx2=NULL; variable
385 ctx2=NULL;
675 if (ctx2)
678 SSL_set_SSL_CTX(s,ctx2);
1427 ctx2=SSL_CTX_new(meth);
1428 if (ctx2 == NULL)
1435 if (ctx2)
1447 if(!SSL_CTX_set_generate_session_id(ctx2, generate_session_id))
1455 SSL_CTX_set_quiet_shutdown(ctx2,1);
1456 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_AL
[all...]
H A Dx509.c520 X509V3_CTX ctx2; local
543 X509V3_set_ctx_test(&ctx2);
544 X509V3_set_nconf(&ctx2, extconf);
545 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
1187 X509V3_CTX ctx2; local
1189 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
1190 X509V3_set_nconf(&ctx2, conf);
1191 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end;

Completed in 35 milliseconds