summaryrefslogtreecommitdiff
path: root/lib/asn1_tab.c
blob: 8021f1f181df46ae81fbf6aee6d628bb18a1ab92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#if HAVE_CONFIG_H
#include "config.h"
#endif

#include <libtasn1.h>

const asn1_static_node gnutls_asn1_tab[] = {
	{"GNUTLS", 536872976, NULL},
	{NULL, 1073741836, NULL},
	{"RSAPublicKey", 1610612741, NULL},
	{"modulus", 1073741827, NULL},
	{"publicExponent", 3, NULL},
	{"RSAPrivateKey", 1610612741, NULL},
	{"version", 1073741827, NULL},
	{"modulus", 1073741827, NULL},
	{"publicExponent", 1073741827, NULL},
	{"privateExponent", 1073741827, NULL},
	{"prime1", 1073741827, NULL},
	{"prime2", 1073741827, NULL},
	{"exponent1", 1073741827, NULL},
	{"exponent2", 1073741827, NULL},
	{"coefficient", 1073741827, NULL},
	{"otherPrimeInfos", 16386, "OtherPrimeInfos"},
	{"OtherPrimeInfos", 1612709899, NULL},
	{"MAX", 1074266122, "1"},
	{NULL, 2, "OtherPrimeInfo"},
	{"OtherPrimeInfo", 1610612741, NULL},
	{"prime", 1073741827, NULL},
	{"exponent", 1073741827, NULL},
	{"coefficient", 3, NULL},
	{"AlgorithmIdentifier", 1610612741, NULL},
	{"algorithm", 1073741836, NULL},
	{"parameters", 541081613, NULL},
	{"algorithm", 1, NULL},
	{"DigestInfo", 1610612741, NULL},
	{"digestAlgorithm", 1073741826, "DigestAlgorithmIdentifier"},
	{"digest", 2, "Digest"},
	{"DigestAlgorithmIdentifier", 1073741826, "AlgorithmIdentifier"},
	{"Digest", 1073741831, NULL},
	{"DSAPublicKey", 1073741827, NULL},
	{"DSAParameters", 1610612741, NULL},
	{"p", 1073741827, NULL},
	{"q", 1073741827, NULL},
	{"g", 3, NULL},
	{"DSASignatureValue", 1610612741, NULL},
	{"r", 1073741827, NULL},
	{"s", 3, NULL},
	{"DSAPrivateKey", 1610612741, NULL},
	{"version", 1073741827, NULL},
	{"p", 1073741827, NULL},
	{"q", 1073741827, NULL},
	{"g", 1073741827, NULL},
	{"Y", 1073741827, NULL},
	{"priv", 3, NULL},
	{"DHParameter", 1610612741, NULL},
	{"prime", 1073741827, NULL},
	{"base", 1073741827, NULL},
	{"privateValueLength", 16387, NULL},
	{"ECPoint", 1073741831, NULL},
	{"ECParameters", 1610612754, NULL},
	{"namedCurve", 12, NULL},
	{"ECPrivateKey", 536870917, NULL},
	{"Version", 1073741827, NULL},
	{"privateKey", 1073741831, NULL},
	{"parameters", 1610637314, "ECParameters"},
	{NULL, 2056, "0"},
	{"publicKey", 536895494, NULL},
	{NULL, 2056, "1"},
	{NULL, 0, NULL}
};