Vanetza
 
Loading...
Searching...
No Matches
SymmetricCiphertext.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 "SymmetricCiphertext.h"
9
10#if !defined(ASN_DISABLE_OER_SUPPORT)
11static asn_oer_constraints_t asn_OER_type_SymmetricCiphertext_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_SymmetricCiphertext_constr_1 CC_NOTUSED = {
17 { APC_CONSTRAINED | APC_EXTENSIBLE, 0, 0, 0, 0 } /* (0..0,...) */,
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_SymmetricCiphertext_1[] = {
23 { ATF_NOFLAGS, 0, offsetof(struct SymmetricCiphertext, choice.aes128ccm),
24 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
25 -1, /* IMPLICIT tag at current level */
26 &asn_DEF_AesCcmCiphertext,
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 0
36 },
37 0, 0, /* No default value */
38 "aes128ccm"
39 },
40};
41static const asn_TYPE_tag2member_t asn_MAP_SymmetricCiphertext_tag2el_1[] = {
42 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* aes128ccm */
43};
44asn_CHOICE_specifics_t asn_SPC_SymmetricCiphertext_specs_1 = {
45 sizeof(struct SymmetricCiphertext),
46 offsetof(struct SymmetricCiphertext, _asn_ctx),
47 offsetof(struct SymmetricCiphertext, present),
48 sizeof(((struct SymmetricCiphertext *)0)->present),
49 asn_MAP_SymmetricCiphertext_tag2el_1,
50 1, /* Count of tags in the map */
51 0, 0,
52 1 /* Extensions start */
53};
54asn_TYPE_descriptor_t asn_DEF_SymmetricCiphertext = {
55 "SymmetricCiphertext",
56 "SymmetricCiphertext",
57 &asn_OP_CHOICE,
58 0, /* No effective tags (pointer) */
59 0, /* No effective tags (count) */
60 0, /* No tags (pointer) */
61 0, /* No tags (count) */
62 {
63#if !defined(ASN_DISABLE_OER_SUPPORT)
64 &asn_OER_type_SymmetricCiphertext_constr_1,
65#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
66#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
67 &asn_PER_type_SymmetricCiphertext_constr_1,
68#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
69 CHOICE_constraint
70 },
71 asn_MBR_SymmetricCiphertext_1,
72 1, /* Elements count */
73 &asn_SPC_SymmetricCiphertext_specs_1 /* Additional specs */
74};
75