Lines Matching full:ctx2
520 X509V3_CTX ctx2;
543 X509V3_set_ctx_test(&ctx2);
544 X509V3_set_nconf(&ctx2
545 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
1187 X509V3_CTX ctx2;
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;