SC_ASN1_VERIFY_TAG(3)

NAME

sc_asn1_verify_tag - Verify validity of an ASN.1 tag

SYNOPSIS

#include <opensc.h>

const unsigned char *sc_asn1_verify_tag(struct sc_context *ctx,
                                        const unsigned char *buf, size_t buflen,
                                        unsigned int tag_in, size_t *taglen_out);

DESCRIPTION

This is an alias for the sc_asn1_skip_tag() function.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout