Vanetza
 
Loading...
Searching...
No Matches
EccP256CurvePoint.h
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#ifndef _EccP256CurvePoint_H_
9#define _EccP256CurvePoint_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "OCTET_STRING.h"
16#include "NULL.h"
17#include "constr_SEQUENCE.h"
18#include "constr_CHOICE.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum EccP256CurvePoint_PR {
26 EccP256CurvePoint_PR_NOTHING, /* No components present */
27 EccP256CurvePoint_PR_x_only,
28 EccP256CurvePoint_PR_fill,
29 EccP256CurvePoint_PR_compressed_y_0,
30 EccP256CurvePoint_PR_compressed_y_1,
31 EccP256CurvePoint_PR_uncompressedP256
32} EccP256CurvePoint_PR;
33
34/* EccP256CurvePoint */
35typedef struct EccP256CurvePoint {
36 EccP256CurvePoint_PR present;
38 OCTET_STRING_t x_only;
39 NULL_t fill;
40 OCTET_STRING_t compressed_y_0;
41 OCTET_STRING_t compressed_y_1;
43 OCTET_STRING_t x;
44 OCTET_STRING_t y;
45
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
48 } uncompressedP256;
49 } choice;
50
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
54
55/* Implementation */
56extern asn_TYPE_descriptor_t asn_DEF_EccP256CurvePoint;
57extern asn_CHOICE_specifics_t asn_SPC_EccP256CurvePoint_specs_1;
58extern asn_TYPE_member_t asn_MBR_EccP256CurvePoint_1[5];
59extern asn_per_constraints_t asn_PER_type_EccP256CurvePoint_constr_1;
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* _EccP256CurvePoint_H_ */
66#include "asn_internal.h"