Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dreq.c883 X509V3_CTX ext_ctx; in req_main() local
915 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0); in req_main()
916 X509V3_set_nconf(&ext_ctx, req_conf); in req_main()
920 &ext_ctx, req_config.extensions, x509ss)) { in req_main()
927 !X509V3_EXT_add_nconf(addext_conf, &ext_ctx, in req_main()
939 X509V3_CTX ext_ctx; in req_main() local
943 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0); in req_main()
944 X509V3_set_nconf(&ext_ctx, req_conf); in req_main()
948 &ext_ctx, req_config.req_exts, req)) { in req_main()
955 !X509V3_EXT_REQ_add_nconf(addext_conf, &ext_ctx, in req_main()