Vanetza
 
Loading...
Searching...
No Matches
PKRecipientInfo.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 "PKRecipientInfo.h"
9
10asn_TYPE_member_t asn_MBR_PKRecipientInfo_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct PKRecipientInfo, recipientId),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
14 &asn_DEF_HashedId8,
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 "recipientId"
27 },
28 { ATF_NOFLAGS, 0, offsetof(struct PKRecipientInfo, encKey),
29 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
30 +1, /* EXPLICIT tag at current level */
31 &asn_DEF_EncryptedDataEncryptionKey,
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 "encKey"
44 },
45};
46static const ber_tlv_tag_t asn_DEF_PKRecipientInfo_tags_1[] = {
47 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
48};
49static const asn_TYPE_tag2member_t asn_MAP_PKRecipientInfo_tag2el_1[] = {
50 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* recipientId */
51 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* encKey */
52};
53asn_SEQUENCE_specifics_t asn_SPC_PKRecipientInfo_specs_1 = {
54 sizeof(struct PKRecipientInfo),
55 offsetof(struct PKRecipientInfo, _asn_ctx),
56 asn_MAP_PKRecipientInfo_tag2el_1,
57 2, /* Count of tags in the map */
58 0, 0, 0, /* Optional elements (not needed) */
59 -1, /* First extension addition */
60};
61asn_TYPE_descriptor_t asn_DEF_PKRecipientInfo = {
62 "PKRecipientInfo",
63 "PKRecipientInfo",
64 &asn_OP_SEQUENCE,
65 asn_DEF_PKRecipientInfo_tags_1,
66 sizeof(asn_DEF_PKRecipientInfo_tags_1)
67 /sizeof(asn_DEF_PKRecipientInfo_tags_1[0]), /* 1 */
68 asn_DEF_PKRecipientInfo_tags_1, /* Same as above */
69 sizeof(asn_DEF_PKRecipientInfo_tags_1)
70 /sizeof(asn_DEF_PKRecipientInfo_tags_1[0]), /* 1 */
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 SEQUENCE_constraint
79 },
80 asn_MBR_PKRecipientInfo_1,
81 2, /* Elements count */
82 &asn_SPC_PKRecipientInfo_specs_1 /* Additional specs */
83};
84