Lines Matching defs:id
80 /* Create a data based on an existing policy. If 'id' is NULL use the
81 * oid in the policy, otherwise use 'id'. This behaviour covers the two
83 * and additional data with just the qualifiers of anyPolicy and ID from
91 ASN1_OBJECT *id;
96 id = OBJ_dup(cid);
97 if (!id)
101 id = NULL;
109 if (id)
110 ASN1_OBJECT_free(id);
119 if (id)
120 ret->valid_policy = id;