1238384Sjkim/* AUTOGENERATED BY objxref.pl, DO NOT EDIT */
2238384Sjkim
3296341Sdelphijtypedef struct {
4296341Sdelphij    int sign_id;
5296341Sdelphij    int hash_id;
6296341Sdelphij    int pkey_id;
7296341Sdelphij} nid_triple;
8238384Sjkim
9296341Sdelphijstatic const nid_triple sigoid_srt[] = {
10296341Sdelphij    {NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption},
11296341Sdelphij    {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
12296341Sdelphij    {NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption},
13296341Sdelphij    {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
14296341Sdelphij    {NID_dsaWithSHA, NID_sha, NID_dsa},
15296341Sdelphij    {NID_dsaWithSHA1_2, NID_sha1, NID_dsa_2},
16296341Sdelphij    {NID_mdc2WithRSA, NID_mdc2, NID_rsaEncryption},
17296341Sdelphij    {NID_md5WithRSA, NID_md5, NID_rsa},
18296341Sdelphij    {NID_dsaWithSHA1, NID_sha1, NID_dsa},
19296341Sdelphij    {NID_sha1WithRSA, NID_sha1, NID_rsa},
20296341Sdelphij    {NID_ripemd160WithRSA, NID_ripemd160, NID_rsaEncryption},
21296341Sdelphij    {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
22296341Sdelphij    {NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey},
23296341Sdelphij    {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
24296341Sdelphij    {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
25296341Sdelphij    {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
26296341Sdelphij    {NID_sha224WithRSAEncryption, NID_sha224, NID_rsaEncryption},
27296341Sdelphij    {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
28296341Sdelphij    {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
29296341Sdelphij    {NID_ecdsa_with_SHA224, NID_sha224, NID_X9_62_id_ecPublicKey},
30296341Sdelphij    {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
31296341Sdelphij    {NID_ecdsa_with_SHA384, NID_sha384, NID_X9_62_id_ecPublicKey},
32296341Sdelphij    {NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey},
33296341Sdelphij    {NID_dsa_with_SHA224, NID_sha224, NID_dsa},
34296341Sdelphij    {NID_dsa_with_SHA256, NID_sha256, NID_dsa},
35296341Sdelphij    {NID_id_GostR3411_94_with_GostR3410_2001, NID_id_GostR3411_94,
36296341Sdelphij     NID_id_GostR3410_2001},
37296341Sdelphij    {NID_id_GostR3411_94_with_GostR3410_94, NID_id_GostR3411_94,
38296341Sdelphij     NID_id_GostR3410_94},
39296341Sdelphij    {NID_id_GostR3411_94_with_GostR3410_94_cc, NID_id_GostR3411_94,
40296341Sdelphij     NID_id_GostR3410_94_cc},
41296341Sdelphij    {NID_id_GostR3411_94_with_GostR3410_2001_cc, NID_id_GostR3411_94,
42296341Sdelphij     NID_id_GostR3410_2001_cc},
43296341Sdelphij    {NID_rsassaPss, NID_undef, NID_rsaEncryption},
44296341Sdelphij};
45238384Sjkim
46296341Sdelphijstatic const nid_triple *const sigoid_srt_xref[] = {
47296341Sdelphij    &sigoid_srt[0],
48296341Sdelphij    &sigoid_srt[1],
49296341Sdelphij    &sigoid_srt[7],
50296341Sdelphij    &sigoid_srt[2],
51296341Sdelphij    &sigoid_srt[4],
52296341Sdelphij    &sigoid_srt[3],
53296341Sdelphij    &sigoid_srt[9],
54296341Sdelphij    &sigoid_srt[5],
55296341Sdelphij    &sigoid_srt[8],
56296341Sdelphij    &sigoid_srt[12],
57296341Sdelphij    &sigoid_srt[6],
58296341Sdelphij    &sigoid_srt[10],
59296341Sdelphij    &sigoid_srt[11],
60296341Sdelphij    &sigoid_srt[13],
61296341Sdelphij    &sigoid_srt[24],
62296341Sdelphij    &sigoid_srt[20],
63296341Sdelphij    &sigoid_srt[14],
64296341Sdelphij    &sigoid_srt[21],
65296341Sdelphij    &sigoid_srt[15],
66296341Sdelphij    &sigoid_srt[22],
67296341Sdelphij    &sigoid_srt[16],
68296341Sdelphij    &sigoid_srt[23],
69296341Sdelphij    &sigoid_srt[19],
70296341Sdelphij    &sigoid_srt[25],
71296341Sdelphij    &sigoid_srt[26],
72296341Sdelphij    &sigoid_srt[27],
73296341Sdelphij    &sigoid_srt[28],
74296341Sdelphij};
75