Lines Matching full:policy
65 /* Policy Node routines */
78 /* Create a data based on an existing policy. If 'id' is NULL use the
79 * oid in the policy, otherwise use 'id'. This behaviour covers the two
85 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, ASN1_OBJECT *id, int crit)
88 if (!policy && !id)
117 ret->valid_policy = policy->policyid;
118 policy->policyid = NULL;
121 if (policy)
123 ret->qualifier_set = policy->qualifiers;
124 policy->qualifiers = NULL;