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

/external/valgrind/main/memcheck/tests/linux/
H A Dstack_changes.c15 mycontext ctx1, ctx2, oldc; variable
58 int c2 = init_context(&ctx2);
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2);
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1);
68 //free(ctx2.uc_stack.ss_sp);
/external/openssl/apps/
H A Ds_server.c279 static SSL_CTX *ctx2=NULL; variable
385 ctx2=NULL;
678 if (ctx2)
681 SSL_set_SSL_CTX(s,ctx2);
1458 ctx2=SSL_CTX_new(meth);
1459 if (ctx2 == NULL)
1466 if (ctx2)
1478 if(!SSL_CTX_set_generate_session_id(ctx2, generate_session_id))
1486 SSL_CTX_set_quiet_shutdown(ctx2,1);
1487 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;
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFunctionalTest.java69 SSLContext ctx1, ctx2;
72 ctx2 = ctx_other;
84 SSLSocket csocket = (SSLSocket) ctx2
103 SSLContext ctx1, ctx2;
112 ctx2 = (((k & 2) >> 1) > 0) ? context : ctx_other;
122 SSLSocket csocket = (SSLSocket) ctx2

Completed in 499 milliseconds