Searched defs:x509_attributes_st (Results 1 – 4 of 4) sorted by relevance
168 struct x509_attributes_st { struct169 ASN1_OBJECT *object;170 int single; // 0 for a set, 1 for a single item (which is wrong)171 union {175 } value;
1651 class x509_attributes_st(Structure): class