Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1t.h580 struct ASN1_ITEM_st { struct
581 char itype; /* The item type, primitive, SEQUENCE, CHOICE
583 long utype; /* underlying type */
584 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains
586 long tcount; /* Number of templates if SEQUENCE or CHOICE */
587 const void *funcs; /* functions that handle this type */
588 long size; /* Structure size (usually) */
589 const char *sname; /* Structure name */
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dasn1t.h.in602 struct ASN1_ITEM_st { struct
603 char itype; /* The item type, primitive, SEQUENCE, CHOICE
605 long utype; /* underlying type */
606 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains
608 long tcount; /* Number of templates if SEQUENCE or CHOICE */
609 const void *funcs; /* further data and type-specific functions */
611 long size; /* Structure size (usually) */
612 const char *sname; /* Structure name */