Searched defs:X509_name_entry_st (Results 1 – 4 of 4) sorted by relevance
25 struct X509_name_entry_st { struct26 ASN1_OBJECT *object; /* AttributeType */27 ASN1_STRING *value; /* AttributeValue */28 int set; /* index of RDNSequence for this entry */29 int size; /* temp variable */
31 struct X509_name_entry_st { struct32 ASN1_OBJECT *object; /* AttributeType */33 ASN1_STRING *value; /* AttributeValue */34 int set; /* index of RDNSequence for this entry */35 int size; /* temp variable */
1622 class X509_name_entry_st(Structure): class