asn1_der_decoding2 (3) Linux Manual Page
asn1_der_decoding2 – API function Synopsis#include <libtasn1.h> int asn1_der_decoding2(asn1_node * element, const void * ider, int * max_ider_len, unsigned int flags, char * errorDescription); Argumentsasn1_node * element pointer to an ASN1 structure. const void * ider vector that contains the DER encoding. int * max_ider_len pointer to an integer giving the information about the maximal number…
