asn1_array2tree (3) Linux Manual Page
NAME asn1_array2tree – API function SYNOPSIS #include <libtasn1.h> int asn1_array2tree(const asn1_static_node * array, asn1_node * definitions, char * errorDescription); ARGUMENTS const asn1_static_node * array specify the array that contains ASN.1 declarations asn1_node * definitions return the pointer to the structure created by *ARRAY ASN.1 declarations char * errorDescription return the error description. DESCRIPTION Creates the…
