Software APIs
Data Fields
asn1_tag Struct Reference

Structure holding the information about an unfinished tag sequence. More...

#include <sw/device/silicon_creator/lib/cert/asn1.h>

Data Fields

asn1_state_tstate
 
size_t len_offset
 
size_t len_size
 

Detailed Description

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.

Definition at line 97 of file asn1.h.

Field Documentation

◆ len_offset

size_t asn1_tag::len_offset

Definition at line 101 of file asn1.h.

◆ len_size

size_t asn1_tag::len_size

Definition at line 103 of file asn1.h.

◆ state

asn1_state_t* asn1_tag::state

Definition at line 99 of file asn1.h.