Initialize Tizen 2.3
[external/libtasn1.git] / doc / man / asn1_expand_any_defined_by.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "asn1_expand_any_defined_by" 3 "2.7" "libtasn1" "libtasn1"
3 .SH NAME
4 asn1_expand_any_defined_by \- API function
5 .SH SYNOPSIS
6 .B #include <libtasn1.h>
7 .sp
8 .BI "asn1_retCode asn1_expand_any_defined_by(ASN1_TYPE " definitions ", ASN1_TYPE * " element ");"
9 .SH ARGUMENTS
10 .IP "ASN1_TYPE definitions" 12
11 ASN1 definitions
12 .IP "ASN1_TYPE * element" 12
13 pointer to an ASN1 structure
14 .SH "DESCRIPTION"
15 Expands every "ANY DEFINED BY" element of a structure created from
16 a DER decoding process (asn1_der_decoding function). The element
17 ANY must be defined by an OBJECT IDENTIFIER. The type used to
18 expand the element ANY is the first one following the definition of
19 the actual value of the OBJECT IDENTIFIER.
20 .SH "RETURNS"
21 \fBASN1_SUCCESS\fP if Substitution OK, \fBASN1_ERROR_TYPE_ANY\fP if
22 some "ANY DEFINED BY" element couldn't be expanded due to a
23 problem in OBJECT_ID \-> TYPE association, or other error codes
24 depending on DER decoding.
25 .SH COPYRIGHT
26 Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
27 .br
28 Copying and distribution of this file, with or without modification,
29 are permitted in any medium without royalty provided the copyright
30 notice and this notice are preserved.
31 .SH "SEE ALSO"
32 The full documentation for
33 .B libtasn1
34 is maintained as a Texinfo manual.  If the
35 .B info
36 and
37 .B libtasn1
38 programs are properly installed at your site, the command
39 .IP
40 .B info libtasn1
41 .PP
42 should give you access to the complete manual.