Lines Matching refs:attribute
16 - X509 attribute functions
85 For example CMS defines the signing-time attribute as:
123 passed in list. An error will occur if an existing attribute (with the same
124 attribute type) already exists in the attribute list.
129 to the attribute list I<x>. Both I<x> and I<attr> must be non NULL or an error
130 will occur. If I<*x> is NULL then a new attribute list is created. If I<obj>
131 already exists in the attribute list then an error occurs.
142 to the attribute I<attr>. If I<attr> contained an existing B<ASN1_OBJECT> then
163 data I<data> of length I<len>. If the passed in attribute I<attr> OR I<*attr> is
178 attribute I<attr>.
181 the attribute list I<attr>. I<idx> should be in the
185 index I<idx> in the attribute I<attr>. I<data> is unused and can be set to NULL.
186 An error will occur if the attribute type I<atrtype> does not match the type of
191 X509at_get0_data_by_OBJ() finds the first attribute in an attribute list I<x>
194 occur if the attribute type I<type> does not match the type of the B<ASN1_TYPE>
196 attribute is not found.
200 one B<ASN1_TYPE> object in the found attribute.