1SC_FORMAT_ASN1_ENTRY(3) OpenSC API reference SC_FORMAT_ASN1_ENTRY(3)
2
3
4
6 sc_format_asn1_entry - Fill in an ASN.1 entry structure
7
9 #include <opensc.h>
10
11 void sc_format_asn1_entry(struct sc_asn1_entry *entry, void *parm, void *arg, int set_present);
12
13
14
16 This function stores the parm and arg pointers in the struct
17 sc_asn1_entry entry. No checking is done. Since the pointers are copied
18 directly, the storage they point to must not be freed by the calling
19 application until the entry itself is destroyed.
20
21
22
23opensc 05/04/2007 SC_FORMAT_ASN1_ENTRY(3)