the name of the element inside a structure that you want to read.
void * ivalue
vector that will contain the element's content, must be a
pointer to memory cells already allocated.
int * len
number of bytes of *value: value[0]..value[len-1]. Initialy
holds the sizeof value.
DESCRIPTION
Returns the value of one element inside a structure.
If an element is OPTIONAL and the function "read_value" returns
ASN1_ELEMENT_NOT_FOUND, it means that this element wasn't present
in the der encoding that created the structure. The first element
of a SEQUENCE_OF or SET_OF is named "?1". The second one "?2" and
so on.
INTEGER
VALUE will contain a two's complement form integer.
The full documentation for
libtasn1
is maintained as a Texinfo manual. If the
info
and
libtasn1
programs are properly installed at your site, the command