Lines Matching defs:OPT_POLICIES
134 static char *opt_policies = NULL;
252 OPT_POLICIES,
427 { "policies", OPT_POLICIES, 's',
724 { &opt_policies }, { &opt_policy_oids }, { (char **)&opt_policy_oids_critical },
1835 if (opt_policies != NULL)
1968 if (opt_policies != NULL && opt_policy_oids != NULL) {
1984 if (opt_reqexts != NULL || opt_policies != NULL) {
1995 if (opt_policies != NULL
1996 && !X509V3_EXT_add_nconf_sk(conf, &ext_ctx, opt_policies, &exts)) {
1998 opt_policies);
3068 case OPT_POLICIES:
3069 opt_policies = opt_str();