Lines Matching defs:id
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
81 * and additional data with just the qualifiers of anyPolicy and ID from
89 ASN1_OBJECT *id;
94 id = OBJ_dup(cid);
95 if (!id)
99 id = NULL;
107 if (id)
108 ASN1_OBJECT_free(id);
117 if (id)
118 ret->valid_policy = id;