Searched defs:asn1_sctx_st (Results 1 – 2 of 2) sorted by relevance
18 struct asn1_sctx_st { struct20 const ASN1_ITEM *it;22 const ASN1_TEMPLATE *tt;24 unsigned long flags;26 int skidx;28 int depth;30 const char *sname, *fname;32 int prim_type;34 ASN1_VALUE **field;36 int (*scan_cb) (ASN1_SCTX *ctx);[all …]
20 struct asn1_sctx_st { struct22 const ASN1_ITEM *it;24 const ASN1_TEMPLATE *tt;26 unsigned long flags;28 int skidx;30 int depth;32 const char *sname, *fname;34 int prim_type;36 ASN1_VALUE **field;38 int (*scan_cb) (ASN1_SCTX *ctx);[all …]