Searched refs:pcons (Results 1 – 1 of 1) sorted by relevance
47 POLICY_CONSTRAINTS *pcons = a; variable49 pcons->requireExplicitPolicy, &extlist);51 pcons->inhibitPolicyMapping, &extlist);59 POLICY_CONSTRAINTS *pcons = NULL; in v2i_POLICY_CONSTRAINTS() local63 if ((pcons = POLICY_CONSTRAINTS_new()) == NULL) { in v2i_POLICY_CONSTRAINTS()70 if (!X509V3_get_value_int(val, &pcons->requireExplicitPolicy)) in v2i_POLICY_CONSTRAINTS()73 if (!X509V3_get_value_int(val, &pcons->inhibitPolicyMapping)) in v2i_POLICY_CONSTRAINTS()81 if (pcons->inhibitPolicyMapping == NULL in v2i_POLICY_CONSTRAINTS()82 && pcons->requireExplicitPolicy == NULL) { in v2i_POLICY_CONSTRAINTS()87 return pcons; in v2i_POLICY_CONSTRAINTS()[all …]