Initialize Tizen 2.3
[external/libtasn1.git] / doc / man / asn1_get_bit_der.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "asn1_get_bit_der" 3 "2.7" "libtasn1" "libtasn1"
3 .SH NAME
4 asn1_get_bit_der \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "int asn1_get_bit_der(const unsigned char * " der ", int " der_len ", int * " ret_len ", unsigned char * " str ", int " str_size ", int * " bit_len ");"
9 .SH ARGUMENTS
10 .IP "const unsigned char * der" 12
11 DER data to decode containing the BIT SEQUENCE.
12 .IP "int der_len" 12
13 Length of DER data to decode.
14 .IP "int * ret_len" 12
15 Output variable containing the length of the DER data.
16 .IP "unsigned char * str" 12
17 Pre\-allocated output buffer to put decoded BIT SEQUENCE in.
18 .IP "int str_size" 12
19 Length of pre\-allocated output buffer.
20 .IP "int * bit_len" 12
21 Output variable containing the size of the BIT SEQUENCE.
22 .SH "DESCRIPTION"
23 Extract a BIT SEQUENCE from DER data.
24 .SH "RETURNS"
25 Return \fBASN1_SUCCESS\fP on success, or an error.
26 .SH COPYRIGHT
27 Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
28 .br
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright
31 notice and this notice are preserved.
32 .SH "SEE ALSO"
33 The full documentation for
34 .B libtasn1
35 is maintained as a Texinfo manual.  If the
36 .B info
37 and
38 .B libtasn1
39 programs are properly installed at your site, the command
40 .IP
41 .B info libtasn1
42 .PP
43 should give you access to the complete manual.