Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_local.h18 struct asn1_sctx_st { struct
20 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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_local.h20 struct asn1_sctx_st { struct
22 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 …]