1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "PKIX1Explicit88"
4  * 	found in "rfc5280-a.1.asn1"
5  * 	`asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
6  */
7 
8 #include "AlgorithmIdentifier.h"
9 
10 asn_TYPE_member_t asn_MBR_AlgorithmIdentifier_1[] = {
11 	{ ATF_NOFLAGS, 0, offsetof(struct AlgorithmIdentifier, algorithm),
12 		(ASN_TAG_CLASS_UNIVERSAL | (6 << 2)),
13 		0,
14 		&asn_DEF_OBJECT_IDENTIFIER,
15 		0,
16 		{ 0, 0, 0 },
17 		0, 0, /* No default value */
18 		"algorithm"
19 		},
20 	{ ATF_ANY_TYPE | ATF_POINTER, 1, offsetof(struct AlgorithmIdentifier, parameters),
21 		-1 /* Ambiguous tag (ANY?) */,
22 		0,
23 		&asn_DEF_ANY,
24 		0,
25 		{ 0, 0, 0 },
26 		0, 0, /* No default value */
27 		"parameters"
28 		},
29 };
30 static const int asn_MAP_AlgorithmIdentifier_oms_1[] = { 1 };
31 static const ber_tlv_tag_t asn_DEF_AlgorithmIdentifier_tags_1[] = {
32 	(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
33 };
34 static const asn_TYPE_tag2member_t asn_MAP_AlgorithmIdentifier_tag2el_1[] = {
35     { (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 0, 0, 0 } /* algorithm */
36 };
37 asn_SEQUENCE_specifics_t asn_SPC_AlgorithmIdentifier_specs_1 = {
38 	sizeof(struct AlgorithmIdentifier),
39 	offsetof(struct AlgorithmIdentifier, _asn_ctx),
40 	asn_MAP_AlgorithmIdentifier_tag2el_1,
41 	1,	/* Count of tags in the map */
42 	asn_MAP_AlgorithmIdentifier_oms_1,	/* Optional members */
43 	1, 0,	/* Root/Additions */
44 	-1,	/* First extension addition */
45 };
46 asn_TYPE_descriptor_t asn_DEF_AlgorithmIdentifier = {
47 	"AlgorithmIdentifier",
48 	"AlgorithmIdentifier",
49 	&asn_OP_SEQUENCE,
50 	asn_DEF_AlgorithmIdentifier_tags_1,
51 	sizeof(asn_DEF_AlgorithmIdentifier_tags_1)
52 		/sizeof(asn_DEF_AlgorithmIdentifier_tags_1[0]), /* 1 */
53 	asn_DEF_AlgorithmIdentifier_tags_1,	/* Same as above */
54 	sizeof(asn_DEF_AlgorithmIdentifier_tags_1)
55 		/sizeof(asn_DEF_AlgorithmIdentifier_tags_1[0]), /* 1 */
56 	{ 0, 0, SEQUENCE_constraint },
57 	asn_MBR_AlgorithmIdentifier_1,
58 	2,	/* Elements count */
59 	&asn_SPC_AlgorithmIdentifier_specs_1	/* Additional specs */
60 };
61 
62