Initialize Tizen 2.3
[external/libtasn1.git] / doc / man / asn1_bit_der.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "asn1_bit_der" 3 "2.7" "libtasn1" "libtasn1"
3 .SH NAME
4 asn1_bit_der \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "void asn1_bit_der(const unsigned char * " str ", int " bit_len ", unsigned char * " der ", int * " der_len ");"
9 .SH ARGUMENTS
10 .IP "const unsigned char * str" 12
11 BIT string.
12 .IP "int bit_len" 12
13 number of meaningful bits in STR.
14 .IP "unsigned char * der" 12
15 string returned.
16 .IP "int * der_len" 12
17 number of meaningful bytes of DER
18 (der[0]..der[ans_len\-1]).
19 .SH "DESCRIPTION"
20 Creates the DER coding for a BIT STRING type (length and pad
21 included).
22 .SH COPYRIGHT
23 Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
24 .br
25 Copying and distribution of this file, with or without modification,
26 are permitted in any medium without royalty provided the copyright
27 notice and this notice are preserved.
28 .SH "SEE ALSO"
29 The full documentation for
30 .B libtasn1
31 is maintained as a Texinfo manual.  If the
32 .B info
33 and
34 .B libtasn1
35 programs are properly installed at your site, the command
36 .IP
37 .B info libtasn1
38 .PP
39 should give you access to the complete manual.