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