Searched defs:ext_ctx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dreq.c832 X509V3_CTX ext_ctx; local
858 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0);
859 X509V3_set_nconf(&ext_ctx, req_conf);
863 &ext_ctx, extensions, x509ss))
880 X509V3_CTX ext_ctx; local
884 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
885 X509V3_set_nconf(&ext_ctx, req_conf);
889 &ext_ctx, req_exts, req))
/external/openssl/apps/
H A Dreq.c831 X509V3_CTX ext_ctx; local
857 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0);
858 X509V3_set_nconf(&ext_ctx, req_conf);
862 &ext_ctx, extensions, x509ss))
879 X509V3_CTX ext_ctx; local
883 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
884 X509V3_set_nconf(&ext_ctx, req_conf);
888 &ext_ctx, req_exts, req))

Completed in 52 milliseconds