Searched refs:ext_ctx (Results 1 – 1 of 1) sorted by relevance
/external/openssl/apps/ |
D | req.c | 823 X509V3_CTX ext_ctx; in MAIN() local 849 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0); in MAIN() 850 X509V3_set_nconf(&ext_ctx, req_conf); in MAIN() 854 &ext_ctx, extensions, x509ss)) in MAIN() 870 X509V3_CTX ext_ctx; in MAIN() local 874 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0); in MAIN() 875 X509V3_set_nconf(&ext_ctx, req_conf); in MAIN() 879 &ext_ctx, req_exts, req)) in MAIN()
|