Home
last modified time | relevance | path

Searched refs:ext_ctx (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/apps/
Dreq.c724 X509V3_CTX ext_ctx; in req_main() local
757 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0); in req_main()
758 X509V3_set_nconf(&ext_ctx, req_conf); in req_main()
762 &ext_ctx, extensions, in req_main()
769 && !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, "default", in req_main()
790 X509V3_CTX ext_ctx; in req_main() local
794 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0); in req_main()
795 X509V3_set_nconf(&ext_ctx, req_conf); in req_main()
799 && !X509V3_EXT_REQ_add_nconf(req_conf, &ext_ctx, in req_main()
806 && !X509V3_EXT_REQ_add_nconf(addext_conf, &ext_ctx, "default", in req_main()