Vanetza
 
Loading...
Searching...
No Matches
AesCcmCiphertext.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2"
4 * found in "asn1/IEEE1609dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "AesCcmCiphertext.h"
9
10static int
11memb_nonce_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 == 12UL)) {
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_nonce_constr_2 CC_NOTUSED = {
38 { 0, 0 },
39 12 /* (SIZE(12..12)) */};
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_nonce_constr_2 CC_NOTUSED = {
43 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
44 { APC_CONSTRAINED, 0, 0, 12, 12 } /* (SIZE(12..12)) */,
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_AesCcmCiphertext_1[] = {
49 { ATF_NOFLAGS, 0, offsetof(struct AesCcmCiphertext, nonce),
50 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
51 -1, /* IMPLICIT tag at current level */
52 &asn_DEF_OCTET_STRING,
53 0,
54 {
55#if !defined(ASN_DISABLE_OER_SUPPORT)
56 &asn_OER_memb_nonce_constr_2,
57#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
58#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
59 &asn_PER_memb_nonce_constr_2,
60#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
61 memb_nonce_constraint_1
62 },
63 0, 0, /* No default value */
64 "nonce"
65 },
66 { ATF_NOFLAGS, 0, offsetof(struct AesCcmCiphertext, ccmCiphertext),
67 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
68 -1, /* IMPLICIT tag at current level */
69 &asn_DEF_Opaque,
70 0,
71 {
72#if !defined(ASN_DISABLE_OER_SUPPORT)
73 0,
74#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
75#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
76 0,
77#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
78 0
79 },
80 0, 0, /* No default value */
81 "ccmCiphertext"
82 },
83};
84static const ber_tlv_tag_t asn_DEF_AesCcmCiphertext_tags_1[] = {
85 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
86};
87static const asn_TYPE_tag2member_t asn_MAP_AesCcmCiphertext_tag2el_1[] = {
88 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* nonce */
89 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* ccmCiphertext */
90};
91asn_SEQUENCE_specifics_t asn_SPC_AesCcmCiphertext_specs_1 = {
92 sizeof(struct AesCcmCiphertext),
93 offsetof(struct AesCcmCiphertext, _asn_ctx),
94 asn_MAP_AesCcmCiphertext_tag2el_1,
95 2, /* Count of tags in the map */
96 0, 0, 0, /* Optional elements (not needed) */
97 -1, /* First extension addition */
98};
99asn_TYPE_descriptor_t asn_DEF_AesCcmCiphertext = {
100 "AesCcmCiphertext",
101 "AesCcmCiphertext",
102 &asn_OP_SEQUENCE,
103 asn_DEF_AesCcmCiphertext_tags_1,
104 sizeof(asn_DEF_AesCcmCiphertext_tags_1)
105 /sizeof(asn_DEF_AesCcmCiphertext_tags_1[0]), /* 1 */
106 asn_DEF_AesCcmCiphertext_tags_1, /* Same as above */
107 sizeof(asn_DEF_AesCcmCiphertext_tags_1)
108 /sizeof(asn_DEF_AesCcmCiphertext_tags_1[0]), /* 1 */
109 {
110#if !defined(ASN_DISABLE_OER_SUPPORT)
111 0,
112#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
113#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
114 0,
115#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
116 SEQUENCE_constraint
117 },
118 asn_MBR_AesCcmCiphertext_1,
119 2, /* Elements count */
120 &asn_SPC_AesCcmCiphertext_specs_1 /* Additional specs */
121};
122