Vanetza
 
Loading...
Searching...
No Matches
PublicKeys.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941BaseTypes"
4 * found in "asn1/TS102941v131-BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "PublicKeys.h"
9
10asn_TYPE_member_t asn_MBR_PublicKeys_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct PublicKeys, verificationKey),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 +1, /* EXPLICIT tag at current level */
14 &asn_DEF_PublicVerificationKey,
15 0,
16 {
17#if !defined(ASN_DISABLE_OER_SUPPORT)
18 0,
19#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
20#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
21 0,
22#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
23 0
24 },
25 0, 0, /* No default value */
26 "verificationKey"
27 },
28 { ATF_POINTER, 1, offsetof(struct PublicKeys, encryptionKey),
29 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
30 -1, /* IMPLICIT tag at current level */
31 &asn_DEF_PublicEncryptionKey,
32 0,
33 {
34#if !defined(ASN_DISABLE_OER_SUPPORT)
35 0,
36#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
37#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
38 0,
39#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
40 0
41 },
42 0, 0, /* No default value */
43 "encryptionKey"
44 },
45};
46static const int asn_MAP_PublicKeys_oms_1[] = { 1 };
47static const ber_tlv_tag_t asn_DEF_PublicKeys_tags_1[] = {
48 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
49};
50static const asn_TYPE_tag2member_t asn_MAP_PublicKeys_tag2el_1[] = {
51 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* verificationKey */
52 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* encryptionKey */
53};
54asn_SEQUENCE_specifics_t asn_SPC_PublicKeys_specs_1 = {
55 sizeof(struct PublicKeys),
56 offsetof(struct PublicKeys, _asn_ctx),
57 asn_MAP_PublicKeys_tag2el_1,
58 2, /* Count of tags in the map */
59 asn_MAP_PublicKeys_oms_1, /* Optional members */
60 1, 0, /* Root/Additions */
61 -1, /* First extension addition */
62};
63asn_TYPE_descriptor_t asn_DEF_PublicKeys = {
64 "PublicKeys",
65 "PublicKeys",
66 &asn_OP_SEQUENCE,
67 asn_DEF_PublicKeys_tags_1,
68 sizeof(asn_DEF_PublicKeys_tags_1)
69 /sizeof(asn_DEF_PublicKeys_tags_1[0]), /* 1 */
70 asn_DEF_PublicKeys_tags_1, /* Same as above */
71 sizeof(asn_DEF_PublicKeys_tags_1)
72 /sizeof(asn_DEF_PublicKeys_tags_1[0]), /* 1 */
73 {
74#if !defined(ASN_DISABLE_OER_SUPPORT)
75 0,
76#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
77#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
78 0,
79#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
80 SEQUENCE_constraint
81 },
82 asn_MBR_PublicKeys_1,
83 2, /* Elements count */
84 &asn_SPC_PublicKeys_specs_1 /* Additional specs */
85};
86