Vanetza
 
Loading...
Searching...
No Matches
InnerAtRequest.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941TypesAuthorization"
4 * found in "asn1/TS102941v131-TypesAuthorization.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "InnerAtRequest.h"
9
10static int
11memb_hmacKey_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13 const OCTET_STRING_t *st = (const OCTET_STRING_t *)sptr;
14 size_t size;
15
16 if(!sptr) {
17 ASN__CTFAIL(app_key, td, sptr,
18 "%s: value not given (%s:%d)",
19 td->name, __FILE__, __LINE__);
20 return -1;
21 }
22
23 size = st->size;
24
25 if((size == 32UL)) {
26 /* Constraint check succeeded */
27 return 0;
28 } else {
29 ASN__CTFAIL(app_key, td, sptr,
30 "%s: constraint failed (%s:%d)",
31 td->name, __FILE__, __LINE__);
32 return -1;
33 }
34}
35
36#if !defined(ASN_DISABLE_OER_SUPPORT)
37static asn_oer_constraints_t asn_OER_memb_hmacKey_constr_3 CC_NOTUSED = {
38 { 0, 0 },
39 32 /* (SIZE(32..32)) */};
40#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
41#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
42static asn_per_constraints_t asn_PER_memb_hmacKey_constr_3 CC_NOTUSED = {
43 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
44 { APC_CONSTRAINED, 0, 0, 32, 32 } /* (SIZE(32..32)) */,
45 0, 0 /* No PER value map */
46};
47#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
48asn_TYPE_member_t asn_MBR_InnerAtRequest_1[] = {
49 { ATF_NOFLAGS, 0, offsetof(struct InnerAtRequest, publicKeys),
50 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
51 -1, /* IMPLICIT tag at current level */
52 &asn_DEF_PublicKeys,
53 0,
54 {
55#if !defined(ASN_DISABLE_OER_SUPPORT)
56 0,
57#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
58#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
59 0,
60#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
61 0
62 },
63 0, 0, /* No default value */
64 "publicKeys"
65 },
66 { ATF_NOFLAGS, 0, offsetof(struct InnerAtRequest, hmacKey),
67 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
68 -1, /* IMPLICIT tag at current level */
69 &asn_DEF_OCTET_STRING,
70 0,
71 {
72#if !defined(ASN_DISABLE_OER_SUPPORT)
73 &asn_OER_memb_hmacKey_constr_3,
74#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
75#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
76 &asn_PER_memb_hmacKey_constr_3,
77#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
78 memb_hmacKey_constraint_1
79 },
80 0, 0, /* No default value */
81 "hmacKey"
82 },
83 { ATF_NOFLAGS, 0, offsetof(struct InnerAtRequest, sharedAtRequest),
84 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
85 -1, /* IMPLICIT tag at current level */
86 &asn_DEF_SharedAtRequest,
87 0,
88 {
89#if !defined(ASN_DISABLE_OER_SUPPORT)
90 0,
91#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
92#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
93 0,
94#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
95 0
96 },
97 0, 0, /* No default value */
98 "sharedAtRequest"
99 },
100 { ATF_NOFLAGS, 0, offsetof(struct InnerAtRequest, ecSignature),
101 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
102 +1, /* EXPLICIT tag at current level */
103 &asn_DEF_EcSignature,
104 0,
105 {
106#if !defined(ASN_DISABLE_OER_SUPPORT)
107 0,
108#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
109#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
110 0,
111#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
112 0
113 },
114 0, 0, /* No default value */
115 "ecSignature"
116 },
117};
118static const ber_tlv_tag_t asn_DEF_InnerAtRequest_tags_1[] = {
119 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
120};
121static const asn_TYPE_tag2member_t asn_MAP_InnerAtRequest_tag2el_1[] = {
122 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* publicKeys */
123 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* hmacKey */
124 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* sharedAtRequest */
125 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* ecSignature */
126};
127asn_SEQUENCE_specifics_t asn_SPC_InnerAtRequest_specs_1 = {
128 sizeof(struct InnerAtRequest),
129 offsetof(struct InnerAtRequest, _asn_ctx),
130 asn_MAP_InnerAtRequest_tag2el_1,
131 4, /* Count of tags in the map */
132 0, 0, 0, /* Optional elements (not needed) */
133 4, /* First extension addition */
134};
135asn_TYPE_descriptor_t asn_DEF_InnerAtRequest = {
136 "InnerAtRequest",
137 "InnerAtRequest",
138 &asn_OP_SEQUENCE,
139 asn_DEF_InnerAtRequest_tags_1,
140 sizeof(asn_DEF_InnerAtRequest_tags_1)
141 /sizeof(asn_DEF_InnerAtRequest_tags_1[0]), /* 1 */
142 asn_DEF_InnerAtRequest_tags_1, /* Same as above */
143 sizeof(asn_DEF_InnerAtRequest_tags_1)
144 /sizeof(asn_DEF_InnerAtRequest_tags_1[0]), /* 1 */
145 {
146#if !defined(ASN_DISABLE_OER_SUPPORT)
147 0,
148#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
149#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
150 0,
151#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
152 SEQUENCE_constraint
153 },
154 asn_MBR_InnerAtRequest_1,
155 4, /* Elements count */
156 &asn_SPC_InnerAtRequest_specs_1 /* Additional specs */
157};
158