~ubuntu-branches/ubuntu/trusty/libtasn1-3/trusty

« back to all changes in this revision

Viewing changes to doc/texi/asn1_get_tag_der.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2006-06-07 20:14:52 UTC
  • Revision ID: james.westby@ubuntu.com-20060607201452-7a9dojyu7i2kfbyp
Tags: upstream-0.3.4
ImportĀ upstreamĀ versionĀ 0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@deftypefun {int} {asn1_get_tag_der} (const unsigned char * @var{der}, int @var{der_len}, unsigned char * @var{class}, int * @var{len}, unsigned long * @var{tag})
 
2
@var{der}: DER data to decode.
 
3
 
 
4
@var{der_len}: Length of DER data to decode.
 
5
 
 
6
@var{class}: Output variable containing decoded class.
 
7
 
 
8
@var{len}: Output variable containing the length of the DER TAG data.
 
9
 
 
10
@var{tag}: Output variable containing the decoded tag.
 
11
 
 
12
Decode the class and TAG from DER code.
 
13
 
 
14
@strong{Return value:} Returns ASN1_SUCCESS on success, or an error.
 
15
@end deftypefun
 
16