1asn1_expand_any_defined_by(3)      libtasn1      asn1_expand_any_defined_by(3)
2
3
4

NAME

6       asn1_expand_any_defined_by  -  Expand "ANY DEFINED BY" fields in struc‐
7       ture.
8

SYNOPSIS

10       #include <libtasn1.h>
11
12       asn1_retCode     asn1_expand_any_defined_by(ASN1_TYPE      definitions,
13       ASN1_TYPE * element);
14

ARGUMENTS

16       ASN1_TYPE definitions
17                   ASN1 definitions
18
19       ASN1_TYPE * element
20                   pointer to an ASN1 structure
21

DESCRIPTION

23       Expands  every  "ANY  DEFINED BY" element of a structure created from a
24       DER decoding process (asn1_der_decoding function). The element ANY must
25       be defined by an OBJECT IDENTIFIER. The type used to expand the element
26       ANY is the first one following the definition of the  actual  value  of
27       the OBJECT IDENTIFIER.
28

RETURNS

ASN1_SUCCESS

31       Substitution OK.
32

ASN1_ERROR_TYPE_ANY

34       Some  "ANY DEFINED BY" element couldn't be expanded due to a problem in
35       OBJECT_ID -> TYPE association.
36
37       other errors: Result of der decoding process.
38
40       Copyright © 2006, 2007, 2008, 2009 Free Software Foundation, Inc..
41       Copying and distribution of this file, with  or  without  modification,
42       are  permitted  in  any  medium  without royalty provided the copyright
43       notice and this notice are preserved.
44

SEE ALSO

46       The full documentation for libtasn1 is maintained as a Texinfo  manual.
47       If  the info and libtasn1 programs are properly installed at your site,
48       the command
49
50              info libtasn1
51
52       should give you access to the complete manual.
53
54
55
56libtasn1                              2.3        asn1_expand_any_defined_by(3)
Impressum