Initialize Tizen 2.3
[external/libtasn1.git] / doc / texi / asn1_get_tag_der.texi
1 @subheading asn1_get_tag_der
2 @anchor{asn1_get_tag_der}
3 @deftypefun {int} {asn1_get_tag_der} (const unsigned char * @var{der}, int @var{der_len}, unsigned char * @var{cls}, int * @var{len}, unsigned long * @var{tag})
4 @var{der}: DER data to decode.
5
6 @var{der_len}: Length of DER data to decode.
7
8 @var{cls}: Output variable containing decoded class.
9
10 @var{len}: Output variable containing the length of the DER TAG data.
11
12 @var{tag}: Output variable containing the decoded tag.
13
14 Decode the class and TAG from DER code.
15
16 @strong{Returns:} Returns @code{ASN1_SUCCESS} on success, or an error.
17 @end deftypefun
18