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

« back to all changes in this revision

Viewing changes to doc/texi/asn1_get_bit_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_bit_der} (const unsigned char * @var{der}, int @var{der_len}, int * @var{ret_len}, unsigned char * @var{str}, int @var{str_size}, int * @var{bit_len})
 
2
@var{der}: DER data to decode containing the BIT SEQUENCE.
 
3
 
 
4
@var{der_len}: Length of DER data to decode.
 
5
 
 
6
@var{ret_len}: Output variable containing the length of the DER data.
 
7
 
 
8
@var{str}: Pre-allocated output buffer to put decoded BIT SEQUENCE in.
 
9
 
 
10
@var{str_size}: Length of pre-allocated output buffer.
 
11
 
 
12
@var{bit_len}: Output variable containing the size of the BIT SEQUENCE.
 
13
 
 
14
Extract a BIT SEQUENCE from DER data.
 
15
 
 
16
@strong{Return value:} Return ASN1_SUCCESS on success, or an error.
 
17
@end deftypefun
 
18