1SC_ASN1_PRINT_TAGS(3) OpenSC API reference SC_ASN1_PRINT_TAGS(3)
23
4
NAME
6sc_asn1_print_tags - Print an ASN.1 stream to stdout
7
SYNOPSIS
9#include <opensc.h>
1011
void sc_asn1_print_tags(const unsigned char *buf, size_t buflen);
1213
14
DESCRIPTION
16This function prints the ASN.1 stream pointed to by buf, which is of
17size buflen, to stdout. This is useful for debugging.
1819
20
21
opensc 02/16/2010 SC_ASN1_PRINT_TAGS(3)