SilcAsn1

NAME

    typedef struct SilcAsn1Object *SilcAsn1;

DESCRIPTION

This context is the actual ASN.1 encoder/decoder and is allocated by silc_asn1_alloc and given as argument to all silc_asn1_* functions. It is freed by the silc_asn1_free function. It is also possible to use pre-allocated ASN.1 context by using the SilcAsn1Struct instead of SilcAsn1.