Vanetza
 
Loading...
Searching...
No Matches
EcdsaP256Signature.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2BaseTypes"
4 * found in "asn1/IEEE1609dot2BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "EcdsaP256Signature.h"
9
10static int
11memb_sSig_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_sSig_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_sSig_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_EcdsaP256Signature_1[] = {
49 { ATF_NOFLAGS, 0, offsetof(struct EcdsaP256Signature, rSig),
50 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
51 +1, /* EXPLICIT tag at current level */
52 &asn_DEF_EccP256CurvePoint,
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 "rSig"
65 },
66 { ATF_NOFLAGS, 0, offsetof(struct EcdsaP256Signature, sSig),
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_sSig_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_sSig_constr_3,
77#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
78 memb_sSig_constraint_1
79 },
80 0, 0, /* No default value */
81 "sSig"
82 },
83};
84static const ber_tlv_tag_t asn_DEF_EcdsaP256Signature_tags_1[] = {
85 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
86};
87static const asn_TYPE_tag2member_t asn_MAP_EcdsaP256Signature_tag2el_1[] = {
88 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* rSig */
89 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* sSig */
90};
91asn_SEQUENCE_specifics_t asn_SPC_EcdsaP256Signature_specs_1 = {
92 sizeof(struct EcdsaP256Signature),
93 offsetof(struct EcdsaP256Signature, _asn_ctx),
94 asn_MAP_EcdsaP256Signature_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_EcdsaP256Signature = {
100 "EcdsaP256Signature",
101 "EcdsaP256Signature",
102 &asn_OP_SEQUENCE,
103 asn_DEF_EcdsaP256Signature_tags_1,
104 sizeof(asn_DEF_EcdsaP256Signature_tags_1)
105 /sizeof(asn_DEF_EcdsaP256Signature_tags_1[0]), /* 1 */
106 asn_DEF_EcdsaP256Signature_tags_1, /* Same as above */
107 sizeof(asn_DEF_EcdsaP256Signature_tags_1)
108 /sizeof(asn_DEF_EcdsaP256Signature_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_EcdsaP256Signature_1,
119 2, /* Elements count */
120 &asn_SPC_EcdsaP256Signature_specs_1 /* Additional specs */
121};
122