libksba
1.6.0
About: KSBA is a library to make the tasks of working with X.509 certificates, CMS data and related objects more easy.
![]() ![]() |
Data Fields | |
AsnNode | node |
int | went_up |
int | in_seq_of |
int | in_any |
int | again |
int | next_tag |
int | length |
int | ndef_length |
int | nread |
Definition at line 50 of file ber-decoder.c.
int decoder_state_item_s::again |
Definition at line 55 of file ber-decoder.c.
Referenced by match_der(), and new_decoder_state().
int decoder_state_item_s::in_any |
Definition at line 54 of file ber-decoder.c.
Referenced by decoder_next(), and new_decoder_state().
int decoder_state_item_s::in_seq_of |
Definition at line 53 of file ber-decoder.c.
Referenced by dump_decoder_state(), match_der(), and new_decoder_state().
int decoder_state_item_s::length |
Definition at line 57 of file ber-decoder.c.
Referenced by decoder_next(), dump_decoder_state(), match_der(), and new_decoder_state().
int decoder_state_item_s::ndef_length |
Definition at line 58 of file ber-decoder.c.
Referenced by decoder_next(), dump_decoder_state(), and new_decoder_state().
int decoder_state_item_s::next_tag |
Definition at line 56 of file ber-decoder.c.
Referenced by match_der(), and new_decoder_state().
AsnNode decoder_state_item_s::node |
Definition at line 51 of file ber-decoder.c.
Referenced by dump_decoder_state(), match_der(), and new_decoder_state().
int decoder_state_item_s::nread |
Definition at line 59 of file ber-decoder.c.
Referenced by decoder_next(), dump_decoder_state(), match_der(), and new_decoder_state().
int decoder_state_item_s::went_up |
Definition at line 52 of file ber-decoder.c.
Referenced by decoder_next(), match_der(), and new_decoder_state().