1asn1_read_node_value(3) libtasn1 asn1_read_node_value(3)
2
3
4
6 asn1_read_node_value - API function
7
9 #include <libtasn1.h>
10
11 int asn1_read_node_value(asn1_node node, asn1_data_node_st * data);
12
14 asn1_node node
15 pointer to a node.
16
17 asn1_data_node_st * data
18 a point to a asn1_data_node_st
19
21 Returns the value a data node inside a asn1_node structure. The data
22 returned should be handled as constant values.
23
25 ASN1_SUCCESS if the node exists.
26
28 Copyright © 2006-2015 Free Software Foundation, Inc..
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright
31 notice and this notice are preserved.
32
34 The full documentation for libtasn1 is maintained as a Texinfo manual.
35 If the info and libtasn1 programs are properly installed at your site,
36 the command
37
38 info libtasn1
39
40 should give you access to the complete manual. As an alternative you
41 may obtain the manual from:
42
43 http://www.gnu.org/software/libtasn1/manual/
44
45libtasn1 4.8 asn1_read_node_value(3)