Searched defs:ASN1_ITEM_st (Results 1 – 3 of 3) sorted by relevance
516 struct ASN1_ITEM_st { struct517 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */518 long utype; /* underlying type */519 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */520 long tcount; /* Number of templates if SEQUENCE or CHOICE */521 const void *funcs; /* functions that handle this type */522 long size; /* Structure size (usually)*/524 const char *sname; /* Structure name */
172 class ASN1_ITEM_st(Structure): class