#include <libtasn1.h>
#include <defines.h>
#include <mem.h>
Go to the source code of this file.
Defines | |
#define | MAX_LOG_SIZE 1024 |
#define | UP 1 |
#define | RIGHT 2 |
#define | DOWN 3 |
#define | type_field(x) (x&0xFF) |
#define | TYPE_CONSTANT 1 |
#define | TYPE_IDENTIFIER 2 |
#define | TYPE_INTEGER 3 |
#define | TYPE_BOOLEAN 4 |
#define | TYPE_SEQUENCE 5 |
#define | TYPE_BIT_STRING 6 |
#define | TYPE_OCTET_STRING 7 |
#define | TYPE_TAG 8 |
#define | TYPE_DEFAULT 9 |
#define | TYPE_SIZE 10 |
#define | TYPE_SEQUENCE_OF 11 |
#define | TYPE_OBJECT_ID 12 |
#define | TYPE_ANY 13 |
#define | TYPE_SET 14 |
#define | TYPE_SET_OF 15 |
#define | TYPE_DEFINITIONS 16 |
#define | TYPE_TIME 17 |
#define | TYPE_CHOICE 18 |
#define | TYPE_IMPORTS 19 |
#define | TYPE_NULL 20 |
#define | TYPE_ENUMERATED 21 |
#define | TYPE_GENERALSTRING 27 |
#define | CONST_UNIVERSAL (1<<8) |
#define | CONST_PRIVATE (1<<9) |
#define | CONST_APPLICATION (1<<10) |
#define | CONST_EXPLICIT (1<<11) |
#define | CONST_IMPLICIT (1<<12) |
#define | CONST_TAG (1<<13) |
#define | CONST_OPTION (1<<14) |
#define | CONST_DEFAULT (1<<15) |
#define | CONST_TRUE (1<<16) |
#define | CONST_FALSE (1<<17) |
#define | CONST_LIST (1<<18) |
#define | CONST_MIN_MAX (1<<19) |
#define | CONST_1_PARAM (1<<20) |
#define | CONST_SIZE (1<<21) |
#define | CONST_DEFINED_BY (1<<22) |
#define | CONST_GENERALIZED (1<<23) |
#define | CONST_UTC (1<<24) |
#define | CONST_NOT_USED (1<<26) |
#define | CONST_SET (1<<27) |
#define | CONST_ASSIGN (1<<28) |
#define | CONST_DOWN (1<<29) |
#define | CONST_RIGHT (1<<30) |
#define CONST_APPLICATION (1<<10) |
Definition at line 81 of file int.h.
Referenced by MHD__asn1_extract_tag_der(), and MHD__asn1_insert_tag_der().
#define CONST_ASSIGN (1<<28) |
Definition at line 107 of file int.h.
Referenced by MHD__asn1_change_integer_value(), MHD__asn1_check_identifier(), MHD__asn1_expand_object_id(), and MHD__asn1_read_value().
#define CONST_DEFAULT (1<<15) |
Definition at line 87 of file int.h.
Referenced by MHD__asn1_check_identifier(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_expand_identifier(), MHD__asn1_expand_object_id(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define CONST_DOWN (1<<29) |
Definition at line 109 of file int.h.
Referenced by MHD__asn1_array2tree().
#define CONST_EXPLICIT (1<<11) |
Definition at line 82 of file int.h.
Referenced by MHD__asn1_complete_explicit_tag(), MHD__asn1_extract_tag_der(), and MHD__asn1_insert_tag_der().
#define CONST_FALSE (1<<17) |
Definition at line 89 of file int.h.
Referenced by MHD__asn1_write_value().
#define CONST_LIST (1<<18) |
Definition at line 91 of file int.h.
Referenced by MHD__asn1_write_value().
#define CONST_NOT_USED (1<<26) |
Definition at line 105 of file int.h.
Referenced by MHD__asn1_delete_not_used(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), and MHD__asn1_expand_identifier().
#define CONST_OPTION (1<<14) |
Definition at line 86 of file int.h.
Referenced by MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_expand_identifier(), and MHD__asn1_write_value().
#define CONST_PRIVATE (1<<9) |
Definition at line 80 of file int.h.
Referenced by MHD__asn1_extract_tag_der(), and MHD__asn1_insert_tag_der().
#define CONST_RIGHT (1<<30) |
Definition at line 110 of file int.h.
Referenced by MHD__asn1_array2tree().
#define CONST_SET (1<<27) |
Definition at line 106 of file int.h.
Referenced by MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), and MHD__asn1_expand_identifier().
#define CONST_SIZE (1<<21) |
Definition at line 96 of file int.h.
Referenced by MHD__asn1_expand_identifier().
#define CONST_TAG (1<<13) |
Definition at line 85 of file int.h.
Referenced by MHD__asn1_complete_explicit_tag(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_expand_identifier(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), and MHD__asn1_type_choice_config().
#define CONST_TRUE (1<<16) |
Definition at line 88 of file int.h.
Referenced by MHD__asn1_read_value(), and MHD__asn1_write_value().
#define CONST_UNIVERSAL (1<<8) |
Definition at line 79 of file int.h.
Referenced by MHD__asn1_extract_tag_der(), and MHD__asn1_insert_tag_der().
#define CONST_UTC (1<<24) |
Definition at line 101 of file int.h.
Referenced by MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), and MHD__asn1_write_value().
#define DOWN 3 |
Definition at line 42 of file int.h.
Referenced by MHD__asn1_array2tree(), MHD__asn1_copy_structure3(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_expand_identifier(), MHD__asn1_expand_object_id(), and MHD__asn1_type_choice_config().
#define MAX_LOG_SIZE 1024 |
Definition at line 37 of file int.h.
Referenced by MHD_gtls_log().
#define RIGHT 2 |
Definition at line 41 of file int.h.
Referenced by MHD__asn1_array2tree(), MHD__asn1_copy_structure3(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_expand_identifier(), MHD__asn1_expand_object_id(), and MHD__asn1_type_choice_config().
#define TYPE_ANY 13 |
Definition at line 63 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_BIT_STRING 6 |
Definition at line 56 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_BOOLEAN 4 |
Definition at line 54 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_CHOICE 18 |
Definition at line 68 of file int.h.
Referenced by MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), MHD__asn1_type_choice_config(), and MHD__asn1_write_value().
#define TYPE_CONSTANT 1 |
Definition at line 51 of file int.h.
Referenced by MHD__asn1_check_identifier(), MHD__asn1_expand_object_id(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_DEFAULT 9 |
Definition at line 59 of file int.h.
Referenced by MHD__asn1_check_identifier(), MHD__asn1_expand_object_id(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_ENUMERATED 21 |
Definition at line 71 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define type_field | ( | x | ) | (x&0xFF) |
Definition at line 48 of file int.h.
Referenced by MHD__asn1_append_sequence_set(), MHD__asn1_change_integer_value(), MHD__asn1_check_identifier(), MHD__asn1_complete_explicit_tag(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_expand_identifier(), MHD__asn1_expand_object_id(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_ordering_set(), MHD__asn1_ordering_set_of(), MHD__asn1_read_value(), MHD__asn1_type_choice_config(), and MHD__asn1_write_value().
#define TYPE_GENERALSTRING 27 |
Definition at line 72 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_IDENTIFIER 2 |
Definition at line 52 of file int.h.
Referenced by MHD__asn1_check_identifier(), and MHD__asn1_expand_identifier().
#define TYPE_INTEGER 3 |
Definition at line 53 of file int.h.
Referenced by MHD__asn1_change_integer_value(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_NULL 20 |
Definition at line 70 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), and MHD__asn1_read_value().
#define TYPE_OBJECT_ID 12 |
Definition at line 62 of file int.h.
Referenced by MHD__asn1_check_identifier(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_expand_object_id(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_OCTET_STRING 7 |
Definition at line 57 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define TYPE_SEQUENCE 5 |
Definition at line 55 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), and MHD__asn1_insert_tag_der().
#define TYPE_SEQUENCE_OF 11 |
Definition at line 61 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), and MHD__asn1_write_value().
#define TYPE_SET 14 |
Definition at line 64 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), and MHD__asn1_ordering_set().
#define TYPE_SET_OF 15 |
Definition at line 65 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_ordering_set_of(), and MHD__asn1_write_value().
#define TYPE_SIZE 10 |
Definition at line 60 of file int.h.
Referenced by MHD__asn1_append_sequence_set(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_ordering_set(), MHD__asn1_ordering_set_of(), and MHD__asn1_write_value().
#define TYPE_TAG 8 |
Definition at line 58 of file int.h.
Referenced by MHD__asn1_append_sequence_set(), MHD__asn1_complete_explicit_tag(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_ordering_set(), MHD__asn1_ordering_set_of(), MHD__asn1_type_choice_config(), and MHD__asn1_write_value().
#define TYPE_TIME 17 |
Definition at line 67 of file int.h.
Referenced by MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_extract_tag_der(), MHD__asn1_insert_tag_der(), MHD__asn1_read_value(), and MHD__asn1_write_value().
#define UP 1 |
Definition at line 40 of file int.h.
Referenced by MHD__asn1_array2tree(), MHD__asn1_copy_structure3(), MHD__asn1_der_coding(), MHD__asn1_der_decoding(), MHD__asn1_der_decoding_startEnd(), MHD__asn1_expand_identifier(), MHD__asn1_expand_object_id(), and MHD__asn1_type_choice_config().