Software APIs
Data Fields
asn1_state Struct Reference

Structure holding the state of the asn1 generator. More...

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

Data Fields

uint8_t * buffer
 
size_t size
 
size_t offset
 
rom_error_t error
 

Detailed Description

Structure holding the state of the asn1 generator.

The fields in this structure should be considered private and not be read or written directly.

Definition at line 22 of file asn1.h.

Field Documentation

◆ buffer

uint8_t* asn1_state::buffer

Definition at line 24 of file asn1.h.

◆ error

rom_error_t asn1_state::error

Definition at line 32 of file asn1.h.

◆ offset

size_t asn1_state::offset

Definition at line 28 of file asn1.h.

◆ size

size_t asn1_state::size

Definition at line 26 of file asn1.h.