HomeSort by relevance Sort by last modified time
    Searched full:ctx2 (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
s_server.c 279 static SSL_CTX *ctx2=NULL; variable
385 ctx2=NULL;
675 if (ctx2)
678 SSL_set_SSL_CTX(s,ctx2);
    [all...]
x509.c 520 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))
1189 X509V3_CTX ctx2; local
1191 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
1192 X509V3_set_nconf(&ctx2, conf);
1193 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end;
    [all...]

Completed in 3339 milliseconds