EVE 1.0
asn1_dec_state_t Struct Reference

#include <asn1.h>

Data Fields

enum asn1_state_t state
 
uint32_t tpl_off
 
uint32_t tot_size
 
uint32_t size
 
uint32_t acc
 
uint32_t result_idx
 
uint32_t offset
 

Detailed Description

ASN.1 decoder state

Definition at line 80 of file asn1.h.

Field Documentation

enum asn1_state_t asn1_dec_state_t::state

Internal decoder state

Definition at line 81 of file asn1.h.

uint32_t asn1_dec_state_t::tpl_off

Current offset in the template

Definition at line 82 of file asn1.h.

uint32_t asn1_dec_state_t::tot_size

Total size of the ASN.1 data block

Definition at line 83 of file asn1.h.

uint32_t asn1_dec_state_t::size

Size of the current field of the ASN.1 data block

Definition at line 84 of file asn1.h.

uint32_t asn1_dec_state_t::acc

Internal decoder variable

Definition at line 85 of file asn1.h.

uint32_t asn1_dec_state_t::result_idx

Current offset in the result array

Definition at line 86 of file asn1.h.

uint32_t asn1_dec_state_t::offset

Offset in the ASN.1 data block

Definition at line 87 of file asn1.h.