1SC_COPY_ASN1_ENTRY(3) OpenSC API reference SC_COPY_ASN1_ENTRY(3)
2
3
4
6 sc_copy_asn1_entry - Copy an ASN.1 entry
7
9 #include <opensc.h>
10
11 void sc_copy_asn1_entry(const struct sc_asn1_entry *src, struct sc_asn1_entry *dest);
12
13
14
16 This function copies an array of struct sc_asn1_entry entries pointed
17 to be src to dest. The array must be NULL-terminated (that is, the last
18 entry must have its name field set to NULL). There must be enough space
19 available in dest.
20
21
22
23opensc 05/04/2007 SC_COPY_ASN1_ENTRY(3)