obj_xref.h revision 280304
1241744Sgrehan/* AUTOGENERATED BY objxref.pl, DO NOT EDIT */
2241744Sgrehan
3241744Sgrehantypedef struct {
4241744Sgrehan    int sign_id;
5241744Sgrehan    int hash_id;
6241744Sgrehan    int pkey_id;
7241744Sgrehan} nid_triple;
8241744Sgrehan
9241744Sgrehanstatic const nid_triple sigoid_srt[] = {
10241744Sgrehan    {NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption},
11241744Sgrehan    {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
12241744Sgrehan    {NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption},
13241744Sgrehan    {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
14241744Sgrehan    {NID_dsaWithSHA, NID_sha, NID_dsa},
15241744Sgrehan    {NID_dsaWithSHA1_2, NID_sha1, NID_dsa_2},
16241744Sgrehan    {NID_mdc2WithRSA, NID_mdc2, NID_rsaEncryption},
17241744Sgrehan    {NID_md5WithRSA, NID_md5, NID_rsa},
18241744Sgrehan    {NID_dsaWithSHA1, NID_sha1, NID_dsa},
19241744Sgrehan    {NID_sha1WithRSA, NID_sha1, NID_rsa},
20241744Sgrehan    {NID_ripemd160WithRSA, NID_ripemd160, NID_rsaEncryption},
21241744Sgrehan    {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
22241744Sgrehan    {NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey},
23241744Sgrehan    {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
24241744Sgrehan    {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
25241744Sgrehan    {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
26241744Sgrehan    {NID_sha224WithRSAEncryption, NID_sha224, NID_rsaEncryption},
27241744Sgrehan    {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
28241744Sgrehan    {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
29241744Sgrehan    {NID_ecdsa_with_SHA224, NID_sha224, NID_X9_62_id_ecPublicKey},
30241744Sgrehan    {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
31241744Sgrehan    {NID_ecdsa_with_SHA384, NID_sha384, NID_X9_62_id_ecPublicKey},
32241744Sgrehan    {NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey},
33241744Sgrehan    {NID_dsa_with_SHA224, NID_sha224, NID_dsa},
34241744Sgrehan    {NID_dsa_with_SHA256, NID_sha256, NID_dsa},
35241744Sgrehan    {NID_id_GostR3411_94_with_GostR3410_2001, NID_id_GostR3411_94,
36241744Sgrehan     NID_id_GostR3410_2001},
37241744Sgrehan    {NID_id_GostR3411_94_with_GostR3410_94, NID_id_GostR3411_94,
38241744Sgrehan     NID_id_GostR3410_94},
39241744Sgrehan    {NID_id_GostR3411_94_with_GostR3410_94_cc, NID_id_GostR3411_94,
40241744Sgrehan     NID_id_GostR3410_94_cc},
41241744Sgrehan    {NID_id_GostR3411_94_with_GostR3410_2001_cc, NID_id_GostR3411_94,
42241744Sgrehan     NID_id_GostR3410_2001_cc},
43241744Sgrehan    {NID_rsassaPss, NID_undef, NID_rsaEncryption},
44241744Sgrehan};
45241744Sgrehan
46241744Sgrehanstatic const nid_triple *const sigoid_srt_xref[] = {
47241744Sgrehan    &sigoid_srt[0],
48241744Sgrehan    &sigoid_srt[1],
49241744Sgrehan    &sigoid_srt[7],
50241744Sgrehan    &sigoid_srt[2],
51241744Sgrehan    &sigoid_srt[4],
52241744Sgrehan    &sigoid_srt[3],
53243651Sneel    &sigoid_srt[9],
54241744Sgrehan    &sigoid_srt[5],
55241744Sgrehan    &sigoid_srt[8],
56247144Sgrehan    &sigoid_srt[12],
57249321Sneel    &sigoid_srt[6],
58241744Sgrehan    &sigoid_srt[10],
59241744Sgrehan    &sigoid_srt[11],
60    &sigoid_srt[13],
61    &sigoid_srt[24],
62    &sigoid_srt[20],
63    &sigoid_srt[14],
64    &sigoid_srt[21],
65    &sigoid_srt[15],
66    &sigoid_srt[22],
67    &sigoid_srt[16],
68    &sigoid_srt[23],
69    &sigoid_srt[19],
70    &sigoid_srt[25],
71    &sigoid_srt[26],
72    &sigoid_srt[27],
73    &sigoid_srt[28],
74};
75