Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dasn1t.h468 struct ASN1_TEMPLATE_st { struct
469 unsigned long flags; /* Various flags */
470 long tag; /* tag, not used if no tagging */
471 unsigned long offset; /* Offset of this field in structure */
472 const char *field_name; /* Field name */
473 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py167 class ASN1_TEMPLATE_st(Structure): class