1 .\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2 .TH "asn1_length_der" 3 "2.7" "libtasn1" "libtasn1"
4 asn1_length_der \- API function
6 .B #include <libtasn1.h>
8 .BI "void asn1_length_der(unsigned long int " len ", unsigned char * " ans ", int * " ans_len ");"
10 .IP "unsigned long int len" 12
12 .IP "unsigned char * ans" 12
14 .IP "int * ans_len" 12
15 number of meaningful bytes of ANS (ans[0]..ans[ans_len\-1]).
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.
20 Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
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.
26 The full documentation for
28 is maintained as a Texinfo manual. If the
32 programs are properly installed at your site, the command
36 should give you access to the complete manual.