Vanetza
Loading...
Searching...
No Matches
VerificationKeyIndicator.c
1/*
2 * Generated by asn1c
3 * From ASN.1 module "Ieee1609Dot2"
4 * found in "Ieee1609Dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -fprefix=Vanetza_Security_ -R`
6 */
7
9
10#if !defined(ASN_DISABLE_OER_SUPPORT)
11asn_oer_constraints_t asn_OER_type_Vanetza_Security_VerificationKeyIndicator_constr_1 CC_NOTUSED = {
12 { 0, 0 },
13 -1};
14#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
15#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
16asn_per_constraints_t asn_PER_type_Vanetza_Security_VerificationKeyIndicator_constr_1 CC_NOTUSED = {
17 { APC_CONSTRAINED | APC_EXTENSIBLE, 1, 1, 0, 1 } /* (0..1,...) */,
18 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
19 0, 0 /* No PER value map */
20};
21#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
22asn_TYPE_member_t asn_MBR_Vanetza_Security_VerificationKeyIndicator_1[] = {
23 { ATF_NOFLAGS, 0, offsetof(struct Vanetza_Security_VerificationKeyIndicator, choice.verificationKey),
24 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
25 +1, /* EXPLICIT tag at current level */
26 &asn_DEF_Vanetza_Security_PublicVerificationKey,
27 0,
28 {
29#if !defined(ASN_DISABLE_OER_SUPPORT)
30 0,
31#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
32#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
33 0,
34#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
35#if !defined(ASN_DISABLE_JER_SUPPORT)
36 0,
37#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
38 0
39 },
40 0, 0, /* No default value */
41 "verificationKey"
42 },
43 { ATF_NOFLAGS, 0, offsetof(struct Vanetza_Security_VerificationKeyIndicator, choice.reconstructionValue),
44 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
45 +1, /* EXPLICIT tag at current level */
46 &asn_DEF_Vanetza_Security_EccP256CurvePoint,
47 0,
48 {
49#if !defined(ASN_DISABLE_OER_SUPPORT)
50 0,
51#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
52#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
53 0,
54#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
55#if !defined(ASN_DISABLE_JER_SUPPORT)
56 0,
57#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
58 0
59 },
60 0, 0, /* No default value */
61 "reconstructionValue"
62 },
63};
64static const asn_TYPE_tag2member_t asn_MAP_Vanetza_Security_VerificationKeyIndicator_tag2el_1[] = {
65 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* verificationKey */
66 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* reconstructionValue */
67};
68asn_CHOICE_specifics_t asn_SPC_Vanetza_Security_VerificationKeyIndicator_specs_1 = {
69 sizeof(struct Vanetza_Security_VerificationKeyIndicator),
70 offsetof(struct Vanetza_Security_VerificationKeyIndicator, _asn_ctx),
71 offsetof(struct Vanetza_Security_VerificationKeyIndicator, present),
72 sizeof(((struct Vanetza_Security_VerificationKeyIndicator *)0)->present),
73 asn_MAP_Vanetza_Security_VerificationKeyIndicator_tag2el_1,
74 2, /* Count of tags in the map */
75 0, 0,
76 2 /* Extensions start */
77};
78asn_TYPE_descriptor_t asn_DEF_Vanetza_Security_VerificationKeyIndicator = {
79 "VerificationKeyIndicator",
80 "VerificationKeyIndicator",
81 &asn_OP_CHOICE,
82 0, /* No effective tags (pointer) */
83 0, /* No effective tags (count) */
84 0, /* No tags (pointer) */
85 0, /* No tags (count) */
86 {
87#if !defined(ASN_DISABLE_OER_SUPPORT)
88 &asn_OER_type_Vanetza_Security_VerificationKeyIndicator_constr_1,
89#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
90#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
91 &asn_PER_type_Vanetza_Security_VerificationKeyIndicator_constr_1,
92#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
93#if !defined(ASN_DISABLE_JER_SUPPORT)
94 0,
95#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
96 CHOICE_constraint
97 },
98 asn_MBR_Vanetza_Security_VerificationKeyIndicator_1,
99 2, /* Elements count */
100 &asn_SPC_Vanetza_Security_VerificationKeyIndicator_specs_1 /* Additional specs */
101};