Searched defs:ASN1_TEMPLATE_st (Results 1 – 4 of 4) sorted by relevance
348 struct ASN1_TEMPLATE_st { struct349 unsigned long flags; /* Various flags */350 long tag; /* tag, not used if no tagging */351 unsigned long offset; /* Offset of this field in structure */352 const char *field_name; /* Field name */353 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */
392 struct ASN1_TEMPLATE_st { struct393 unsigned long flags; /* Various flags */394 long tag; /* tag, not used if no tagging */395 unsigned long offset; /* Offset of this field in structure */397 const char *field_name; /* Field name */399 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */
167 class ASN1_TEMPLATE_st(Structure): class