1SC_ASN1_ENTRY(3)             OpenSC API reference             SC_ASN1_ENTRY(3)
2
3
4

NAME

6       sc_asn1_entry - OpenSC ASN1 entry structure
7

SYNOPSIS

9           #include <opensc.h>
10
11           struct sc_asn1_entry {
12                const char *name;
13                unsigned int type;
14                unsigned int tag;
15                unsigned int flags;
16                void *parm;
17                void *arg;
18           };
19
20
21

DESCRIPTION

23       This structure describes an ASN1 entry structure. It contains the
24       following members:
25
26       name
27
28       type
29
30       tag
31
32       flags
33
34       parm
35
36       arg
37
38
39
40opensc                            02/16/2010                  SC_ASN1_ENTRY(3)
Impressum