Lines Matching refs:object
75 The B<X509_ATTRIBUTE> object is used to represent the ASN.1 Attribute as defined
96 In OpenSSL B<AttributeType> maps to an B<ASN1_OBJECT> object
101 X509at_get_attr_by_OBJ() finds the location of the first matching object I<obj>
109 passes the numerical identifier (NID) I<nid> associated with the object.
112 X509at_get_attr() returns the B<X509_ATTRIBUTE> object at index I<loc> in the
116 X509at_delete_attr() removes the B<X509_ATTRIBUTE> object at index I<loc> in
119 X509at_add1_attr() pushes a copy of the passed in B<X509_ATTRIBUTE> object
134 passes the numerical identifier (NID) I<nid> associated with the object.
138 passes a name I<attrname> associated with the object.
146 X509_ATTRIBUTE_set1_data() pushes a new B<ASN1_TYPE> object onto the I<attr>
147 attributes list. The new object is assigned a copy of the data in I<data> of
152 required for that object type or an error will occur.
171 object. See <openssl/obj_mac.h> for a list of NID_*.
175 object. See <openssl/obj_mac.h> for a list of SN_* names.
180 X509_ATTRIBUTE_get0_type() returns the B<ASN1_TYPE> object at index I<idx> in
184 X509_ATTRIBUTE_get0_data() returns the data of an B<ASN1_TYPE> object at
187 the B<ASN1_TYPE> object at index I<idx> OR if I<atrtype> is either
193 retrieved from the found attributes first B<ASN1_TYPE> object. An error will
195 object OR if I<type> is either B<V_ASN1_BOOLEAN> or B<V_ASN1_NULL> OR the
200 one B<ASN1_TYPE> object in the found attribute.
207 X509at_get_attr_by_OBJ() returns -1 if either the list is empty OR the object
208 is not found, otherwise it returns the location of the object in the list.
222 B<ASN1_TYPE> object.
225 otherwise it returns the data associated with an B<ASN1_TYPE> object.
239 first B<ASN1_TYPE> object, or NULL if an error occurs.