Sha256: 283bdc2be5d47da6fc04edfee45b58f3017420f8609f01c0892a22960d39e210
Contents?: true
Size: 1.47 KB
Versions: 5
Compression:
Stored size: 1.47 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "asn1_expand_any_defined_by" 3 "1.5" "libtasn1" "libtasn1" .SH NAME asn1_expand_any_defined_by \- Expand "ANY DEFINED BY" fields in structure. .SH SYNOPSIS .B #include <libtasn1.h> .sp .BI "asn1_retCode asn1_expand_any_defined_by(ASN1_TYPE " definitions ", ASN1_TYPE * " element ");" .SH ARGUMENTS .IP "ASN1_TYPE definitions" 12 ASN1 definitions .IP "ASN1_TYPE * element" 12 pointer to an ASN1 structure .SH "DESCRIPTION" Expands every "ANY DEFINED BY" element of a structure created from a DER decoding process (asn1_der_decoding function). The element ANY must be defined by an OBJECT IDENTIFIER. The type used to expand the element ANY is the first one following the definition of the actual value of the OBJECT IDENTIFIER. .SH "RETURNS" .SH "ASN1_SUCCESS" Substitution OK. .SH "ASN1_ERROR_TYPE_ANY" Some "ANY DEFINED BY" element couldn't be expanded due to a problem in OBJECT_ID \-> TYPE association. other errors: Result of der decoding process. .SH COPYRIGHT Copyright \(co 2006, 2007, 2008 Free Software Foundation, Inc.. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B libtasn1 is maintained as a Texinfo manual. If the .B info and .B libtasn1 programs are properly installed at your site, the command .IP .B info libtasn1 .PP should give you access to the complete manual.
Version data entries
5 entries across 5 versions & 1 rubygems