Searched refs:tag_class (Results 1 – 6 of 6) sorted by relevance
59 enum libder_ber_class tag_class; member101 assert(type->tag_class == BC_UNIVERSAL); in libder_normalizing_type()118 if (type->tag_class != BC_UNIVERSAL || type->tag_encoded) in libder_type_is()137 uint8_t encoded = type->tag_class << 6; in libder_type_simple()
358 uint8_t simple = type->tag_class << 6; in libder_obj_type_simple()390 if (type->tag_class != BC_UNIVERSAL) in libder_type_name()506 if (type->tag_class != BC_UNIVERSAL || type->tag_encoded) in libder_is_valid_obj()576 if (obj->type->tag_class != BC_UNIVERSAL || obj->type->tag_encoded) in libder_obj_may_coalesce_children()713 assert(obj->type->tag_class == BC_UNIVERSAL); in libder_obj_coalesce_children()721 if (child->type->tag_class != BC_UNIVERSAL || in libder_obj_coalesce_children()947 if (lhs->tag_class < rhs->tag_class) in libder_obj_tag_compare()949 if (lhs->tag_class > rhs->tag_class) in libder_obj_tag_compare()1136 if (obj->type->tag_class != BC_UNIVERSAL || obj->type->tag_encoded) in libder_obj_normalize()
81 type->tag_class = BER_TYPE_CLASS(typeval); in libder_type_alloc_simple()
36 value |= type->tag_class << 6; in libder_write_object_tag()
390 type->tag_class = BER_TYPE_CLASS(val); in der_read_structure_tag()
45 _create_fake = tag_class()