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

NAME

6       sc_der_copy - Copy a DER structure
7

SYNOPSIS

9          #include <opensc.h>
10
11          void sc_der_copy(sc_pkcs15_der_t *dst, const sc_pkcs15_der_t *src);
12
13
14

DESCRIPTION

16       This function copies the OpenSC DER structure pointed to by src to dst,
17       which must point to enough space to hold this structure.
18
19
20
21opensc                            05/04/2007                    SC_DER_COPY(3)
Impressum