blob: 87313ba8568e10a6bfb70d888641a21ca2fb7cb7 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
Lev Walkina9cc46e2004-09-22 16:06:28 +00005#include <asn_internal.h>
Lev Walkinf15320b2004-06-03 03:38:44 +00006#include <ISO646String.h>
7
8/*
9 * ISO646String basic type description.
10 */
Wim Lewis18c2ec92014-07-29 11:30:10 -070011static const ber_tlv_tag_t asn_DEF_ISO646String_tags[] = {
Lev Walkin188ed2c2004-09-13 08:31:01 +000012 (ASN_TAG_CLASS_UNIVERSAL | (26 << 2)), /* [UNIVERSAL 26] IMPLICIT ...*/
13 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) /* ... OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000014};
Lev Walkin76780762017-07-07 10:07:30 -070015static asn_per_constraints_t asn_DEF_ISO646String_per_constraints = {
Lev Walkin725883b2006-10-09 12:07:58 +000016 { APC_CONSTRAINED, 7, 7, 0x20, 0x7e }, /* Value */
17 { APC_SEMI_CONSTRAINED, -1, -1, 0, 0 }, /* Size */
18 0, 0
19};
Lev Walkin5e033762004-09-29 13:26:15 +000020asn_TYPE_descriptor_t asn_DEF_ISO646String = {
Lev Walkinf15320b2004-06-03 03:38:44 +000021 "ISO646String",
Lev Walkindc06f6b2004-10-20 15:50:55 +000022 "ISO646String",
Lev Walkina9cc46e2004-09-22 16:06:28 +000023 OCTET_STRING_free,
Lev Walkindc06f6b2004-10-20 15:50:55 +000024 OCTET_STRING_print_utf8, /* ASCII subset */
Lev Walkinf15320b2004-06-03 03:38:44 +000025 VisibleString_constraint,
26 OCTET_STRING_decode_ber, /* Implemented in terms of OCTET STRING */
Lev Walkindc06f6b2004-10-20 15:50:55 +000027 OCTET_STRING_encode_der,
28 OCTET_STRING_decode_xer_utf8,
29 OCTET_STRING_encode_xer_utf8,
Lev Walkincc159472017-07-06 08:26:36 -070030#ifdef ASN_DISABLE_OER_SUPPORT
31 0,
32 0,
33#else
34 0,
35 0,
36#endif /* ASN_DISABLE_OER_SUPPORT */
Lev Walkinb33425f2017-07-14 14:59:52 +040037#ifdef ASN_DISABLE_PER_SUPPORT
38 0,
39 0,
40#else
41 OCTET_STRING_decode_uper,
42 OCTET_STRING_encode_uper,
43#endif /* ASN_DISABLE_PER_SUPPORT */
Lev Walkinf15320b2004-06-03 03:38:44 +000044 0, /* Use generic outmost tag fetcher */
Lev Walkin5e033762004-09-29 13:26:15 +000045 asn_DEF_ISO646String_tags,
46 sizeof(asn_DEF_ISO646String_tags)
47 / sizeof(asn_DEF_ISO646String_tags[0]) - 1,
48 asn_DEF_ISO646String_tags,
49 sizeof(asn_DEF_ISO646String_tags)
50 / sizeof(asn_DEF_ISO646String_tags[0]),
Lev Walkin76780762017-07-07 10:07:30 -070051 0, /* No OER visible constraints */
52 &asn_DEF_ISO646String_per_constraints,
Lev Walkin449f8322004-08-20 13:23:42 +000053 0, 0, /* No members */
Lev Walkind9bd7752004-06-05 08:17:50 +000054 0 /* No specifics */
Lev Walkinf15320b2004-06-03 03:38:44 +000055};