![]() |
EVE 1.0
|
Header file for the EVE ASN.1 decoder. More...
Go to the source code of this file.
Data Structures | |
struct | asn1_dec_state_t |
struct | asn1_result_t |
Macros | |
#define | ASN1_SEQUENCE (0x30) |
#define | ASN1_INTEGER (0x02) |
#define | ASN1_LENGTH(x) ((uint8_t)((x) >> 0)), ((uint8_t)((x) >> 8)), ((uint8_t)((x) >> 16)), ((uint8_t)((x) >> 24)) |
Enumerations |
Functions | |
void | asn1_dec_init (struct asn1_dec_state_t *s) |
enum asn1_rc_t | asn1_dec (struct asn1_dec_state_t *s, const uint8_t *tplt, struct asn1_result_t *result, uint8_t ch) |
Header file for the EVE ASN.1 decoder.
Definition in file asn1.h.