Lines Matching refs:obj
28 const ASN1_OBJECT *obj, int lastpos);
34 **x, const ASN1_OBJECT *obj,
48 const ASN1_OBJECT *obj, int lastpos, int type);
54 const ASN1_OBJECT *obj,
61 int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj);
101 X509at_get_attr_by_OBJ() finds the location of the first matching object I<obj>
128 I<obj> with type I<type> and data I<bytes> of length I<len> and then pushes it
130 will occur. If I<*x> is NULL then a new attribute list is created. If I<obj>
141 X509_ATTRIBUTE_set1_object() assigns a B<ASN1_OBJECT> I<obj>
143 it is freed. An error occurs if either I<attr> or I<obj> are NULL, or if
144 the passed in I<obj> cannot be duplicated.
162 X509_ATTRIBUTE_set1_data() to assign a new I<obj> with type I<atrtype> and
165 B<X509_ATTRIBUTE> is used. Note that the ASN1_OBJECT I<obj> is pushed onto the
192 that matches the I<obj> starting at index I<lastpos> and returns the data
198 objects in the list I<x> that match I<obj>.