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