Searched defs:ASN1_ITEM_st (Results 1 – 1 of 1) sorted by relevance
571 struct ASN1_ITEM_st { struct572 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */573 long utype; /* underlying type */574 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */575 long tcount; /* Number of templates if SEQUENCE or CHOICE */576 const void *funcs; /* functions that handle this type */577 long size; /* Structure size (usually)*/578 const char *sname; /* Structure name */