~ubuntu-branches/ubuntu/trusty/gcr/trusty-proposed

« back to all changes in this revision

Viewing changes to egg/pk.asn.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-03 10:18:39 UTC
  • Revision ID: package-import@ubuntu.com-20120503101839-wuvloldm7gmdsnij
Tags: upstream-3.4.1
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if HAVE_CONFIG_H
 
2
# include "config.h"
 
3
#endif
 
4
 
 
5
/* #include <libtasn1.h> */
 
6
 
 
7
const ASN1_ARRAY_TYPE pk_asn1_tab[] = {
 
8
  { "PK", 536872976, NULL },
 
9
  { NULL, 1073741836, NULL },
 
10
  { "RSAPublicKey", 1610612741, NULL },
 
11
  { "modulus", 1073741827, NULL },
 
12
  { "publicExponent", 3, NULL },
 
13
  { "RSAPrivateKey", 1610612741, NULL },
 
14
  { "version", 1073741826, "Version"},
 
15
  { "modulus", 1073741827, NULL },
 
16
  { "publicExponent", 1073741827, NULL },
 
17
  { "privateExponent", 1073741827, NULL },
 
18
  { "prime1", 1073741827, NULL },
 
19
  { "prime2", 1073741827, NULL },
 
20
  { "exponent1", 1073741827, NULL },
 
21
  { "exponent2", 1073741827, NULL },
 
22
  { "coefficient", 1073741827, NULL },
 
23
  { "otherPrimeInfos", 16386, "OtherPrimeInfos"},
 
24
  { "Version", 1610874883, NULL },
 
25
  { "two-prime", 1073741825, "0"},
 
26
  { "multi", 1, "1"},
 
27
  { "RSAParameters", 1073741844, NULL },
 
28
  { "OtherPrimeInfos", 1612709899, NULL },
 
29
  { "MAX", 1074266122, "1"},
 
30
  { NULL, 2, "OtherPrimeInfo"},
 
31
  { "OtherPrimeInfo", 1610612741, NULL },
 
32
  { "prime", 1073741827, NULL },
 
33
  { "exponent", 1073741827, NULL },
 
34
  { "coefficient", 3, NULL },
 
35
  { "AlgorithmIdentifier", 1610612741, NULL },
 
36
  { "algorithm", 1073741836, NULL },
 
37
  { "parameters", 541081613, NULL },
 
38
  { "algorithm", 1, NULL },
 
39
  { "DigestInfo", 1610612741, NULL },
 
40
  { "digestAlgorithm", 1073741826, "DigestAlgorithmIdentifier"},
 
41
  { "digest", 2, "Digest"},
 
42
  { "DigestAlgorithmIdentifier", 1073741826, "AlgorithmIdentifier"},
 
43
  { "Digest", 1073741831, NULL },
 
44
  { "DSAPublicPart", 1073741827, NULL },
 
45
  { "DSAPublicKey", 1610612741, NULL },
 
46
  { "version", 1073741827, NULL },
 
47
  { "p", 1073741827, NULL },
 
48
  { "q", 1073741827, NULL },
 
49
  { "g", 1073741827, NULL },
 
50
  { "Y", 3, NULL },
 
51
  { "DSAParameters", 1610612741, NULL },
 
52
  { "p", 1073741827, NULL },
 
53
  { "q", 1073741827, NULL },
 
54
  { "g", 3, NULL },
 
55
  { "DSASignatureValue", 1610612741, NULL },
 
56
  { "r", 1073741827, NULL },
 
57
  { "s", 3, NULL },
 
58
  { "DSAPrivatePart", 1073741827, NULL },
 
59
  { "DSAPrivateKey", 1610612741, NULL },
 
60
  { "version", 1073741827, NULL },
 
61
  { "p", 1073741827, NULL },
 
62
  { "q", 1073741827, NULL },
 
63
  { "g", 1073741827, NULL },
 
64
  { "Y", 1073741827, NULL },
 
65
  { "priv", 3, NULL },
 
66
  { "DHParameter", 536870917, NULL },
 
67
  { "prime", 1073741827, NULL },
 
68
  { "base", 1073741827, NULL },
 
69
  { "privateValueLength", 16387, NULL },
 
70
  { NULL, 0, NULL }
 
71
};