/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "PKIX1Explicit88" * found in "../../../asn1/PKIX1Explicit88.asn" * `asn1c -fcompound-names -no-gen-example` */ #include "Attribute.h" static asn_TYPE_member_t asn_MBR_values_3[] = { { ATF_ANY_TYPE | ATF_POINTER, 0, 0, -1 /* Ambiguous tag (ANY?) */, 0, &asn_DEF_AttributeValue, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "" }, }; static const ber_tlv_tag_t asn_DEF_values_tags_3[] = { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_values_specs_3 = { sizeof(struct Attribute__values), offsetof(struct Attribute__values, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ asn_TYPE_descriptor_t asn_DEF_values_3 = { "values", "values", &asn_OP_SET_OF, asn_DEF_values_tags_3, sizeof(asn_DEF_values_tags_3) /sizeof(asn_DEF_values_tags_3[0]), /* 1 */ asn_DEF_values_tags_3, /* Same as above */ sizeof(asn_DEF_values_tags_3) /sizeof(asn_DEF_values_tags_3[0]), /* 1 */ { 0, 0, SET_OF_constraint }, asn_MBR_values_3, 1, /* Single element */ &asn_SPC_values_specs_3 /* Additional specs */ }; asn_TYPE_member_t asn_MBR_Attribute_1[] = { { ATF_NOFLAGS, 0, offsetof(struct Attribute, type), (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 0, &asn_DEF_AttributeType, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "type" }, { ATF_NOFLAGS, 0, offsetof(struct Attribute, values), (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, &asn_DEF_values_3, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "values" }, }; static const ber_tlv_tag_t asn_DEF_Attribute_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_Attribute_tag2el_1[] = { { (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 0, 0, 0 }, /* type */ { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 1, 0, 0 } /* values */ }; asn_SEQUENCE_specifics_t asn_SPC_Attribute_specs_1 = { sizeof(struct Attribute), offsetof(struct Attribute, _asn_ctx), asn_MAP_Attribute_tag2el_1, 2, /* Count of tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ -1, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_Attribute = { "Attribute", "Attribute", &asn_OP_SEQUENCE, asn_DEF_Attribute_tags_1, sizeof(asn_DEF_Attribute_tags_1) /sizeof(asn_DEF_Attribute_tags_1[0]), /* 1 */ asn_DEF_Attribute_tags_1, /* Same as above */ sizeof(asn_DEF_Attribute_tags_1) /sizeof(asn_DEF_Attribute_tags_1[0]), /* 1 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_Attribute_1, 2, /* Elements count */ &asn_SPC_Attribute_specs_1 /* Additional specs */ };