asn1_decode_simple_der (3) Linux Manual Page
NAME asn1_decode_simple_der – API function SYNOPSIS #include <libtasn1.h> int asn1_decode_simple_der(unsigned int etype, const unsigned char * der, unsigned int _der_len, const unsigned char ** str, unsigned int * str_len); ARGUMENTS unsigned int etype The type of the string to be encoded (ASN1_ETYPE_) const unsigned char * der the encoded string unsigned int _der_len the bytes…
