Home
last modified time | relevance | path

Searched defs:ASN1_ITEM_st (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/include/openssl/
H A Dasn1t.h571 struct ASN1_ITEM_st { struct
572 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 */