#include <bytestring.h>
Public Attributes | |
struct cbb_buffer_st * | base |
CBB * | child |
char | is_child |
size_t | offset |
char | pending_is_asn1 |
uint8_t | pending_len_len |
Definition at line 375 of file bytestring.h.
struct cbb_buffer_st* cbb_st::base |
Definition at line 376 of file bytestring.h.
CBB* cbb_st::child |
Definition at line 378 of file bytestring.h.
char cbb_st::is_child |
Definition at line 388 of file bytestring.h.
size_t cbb_st::offset |
Definition at line 381 of file bytestring.h.
char cbb_st::pending_is_asn1 |
Definition at line 385 of file bytestring.h.
uint8_t cbb_st::pending_len_len |
Definition at line 384 of file bytestring.h.