Structure holding the information about an unfinished tag sequence. More...
#include <sw/device/silicon_creator/lib/cert/asn1.h>
Data Fields | |
asn1_state_t * | state |
size_t | len_offset |
size_t | len_size |
Structure holding the information about an unfinished tag sequence.
The fields in this structure should be considered private and not be read or written directly.
asn1_state_t* asn1_tag::state |