Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dasn1t.h516 struct ASN1_ITEM_st { struct
517 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 */
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py172 class ASN1_ITEM_st(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py172 class ASN1_ITEM_st(Structure): class