1SC_ASN1_ENTRY(3) OpenSC API reference SC_ASN1_ENTRY(3)
23
4
NAME
6sc_asn1_entry - OpenSC ASN1 entry structure
7
SYNOPSIS
9#include <opensc.h>
1011
struct sc_asn1_entry {
12const char *name;
13unsigned int type;
14unsigned int tag;
15unsigned int flags;
16void *parm;
17void *arg;
18};
1920
21
DESCRIPTION
23This structure describes an ASN1 entry structure. It contains the
24following members:
2526
name
2728
type
2930
tag
3132
flags
3334
parm
3536
arg
3738
39
40
opensc 05/04/2007 SC_ASN1_ENTRY(3)