Software APIs
Data Fields
asn1_bitstring Struct Reference

Structure holding the information about an unfinished bistring. More...

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

Data Fields

asn1_state_tstate
 
size_t unused_bits_offset
 
size_t used_bits
 
uint8_t current_byte
 

Detailed Description

Structure holding the information about an unfinished bistring.

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

Definition at line 112 of file asn1.h.

Field Documentation

◆ current_byte

uint8_t asn1_bitstring::current_byte

Definition at line 120 of file asn1.h.

◆ state

asn1_state_t* asn1_bitstring::state

Definition at line 114 of file asn1.h.

◆ unused_bits_offset

size_t asn1_bitstring::unused_bits_offset

Definition at line 116 of file asn1.h.

◆ used_bits

size_t asn1_bitstring::used_bits

Definition at line 118 of file asn1.h.