diff options
Diffstat (limited to 'src/lib/libcrypto/objects/obj_xref.h')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_xref.h | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.h b/src/lib/libcrypto/objects/obj_xref.h deleted file mode 100644 index 4499456694..0000000000 --- a/src/lib/libcrypto/objects/obj_xref.h +++ /dev/null | |||
| @@ -1,82 +0,0 @@ | |||
| 1 | /* $OpenBSD: obj_xref.h,v 1.3 2014/11/09 19:17:13 miod Exp $ */ | ||
| 2 | /* AUTOGENERATED BY objxref.pl, DO NOT EDIT */ | ||
| 3 | |||
| 4 | typedef struct | ||
| 5 | { | ||
| 6 | int sign_id; | ||
| 7 | int hash_id; | ||
| 8 | int pkey_id; | ||
| 9 | } nid_triple; | ||
| 10 | |||
| 11 | static const nid_triple sigoid_srt[] = | ||
| 12 | { | ||
| 13 | {NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption}, | ||
| 14 | {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption}, | ||
| 15 | {NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption}, | ||
| 16 | {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption}, | ||
| 17 | {NID_dsaWithSHA, NID_sha, NID_dsa}, | ||
| 18 | {NID_dsaWithSHA1_2, NID_sha1, NID_dsa_2}, | ||
| 19 | {NID_mdc2WithRSA, NID_mdc2, NID_rsaEncryption}, | ||
| 20 | {NID_md5WithRSA, NID_md5, NID_rsa}, | ||
| 21 | {NID_dsaWithSHA1, NID_sha1, NID_dsa}, | ||
| 22 | {NID_sha1WithRSA, NID_sha1, NID_rsa}, | ||
| 23 | {NID_ripemd160WithRSA, NID_ripemd160, NID_rsaEncryption}, | ||
| 24 | {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption}, | ||
| 25 | {NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey}, | ||
| 26 | {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption}, | ||
| 27 | {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption}, | ||
| 28 | {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption}, | ||
| 29 | {NID_sha224WithRSAEncryption, NID_sha224, NID_rsaEncryption}, | ||
| 30 | {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey}, | ||
| 31 | {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey}, | ||
| 32 | {NID_ecdsa_with_SHA224, NID_sha224, NID_X9_62_id_ecPublicKey}, | ||
| 33 | {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey}, | ||
| 34 | {NID_ecdsa_with_SHA384, NID_sha384, NID_X9_62_id_ecPublicKey}, | ||
| 35 | {NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey}, | ||
| 36 | {NID_dsa_with_SHA224, NID_sha224, NID_dsa}, | ||
| 37 | {NID_dsa_with_SHA256, NID_sha256, NID_dsa}, | ||
| 38 | {NID_id_GostR3411_94_with_GostR3410_2001, NID_id_GostR3411_94, NID_id_GostR3410_2001}, | ||
| 39 | {NID_id_GostR3411_94_with_GostR3410_94, NID_id_GostR3411_94, NID_id_GostR3410_94}, | ||
| 40 | {NID_id_GostR3411_94_with_GostR3410_94_cc, NID_id_GostR3411_94, NID_id_GostR3410_94_cc}, | ||
| 41 | {NID_id_GostR3411_94_with_GostR3410_2001_cc, NID_id_GostR3411_94, NID_id_GostR3410_2001_cc}, | ||
| 42 | {NID_rsassaPss, NID_undef, NID_rsaEncryption}, | ||
| 43 | {NID_id_tc26_signwithdigest_gost3410_2012_256, NID_id_tc26_gost3411_2012_256, NID_id_GostR3410_2001}, | ||
| 44 | {NID_id_tc26_signwithdigest_gost3410_2012_512, NID_id_tc26_gost3411_2012_512, NID_id_GostR3410_2001}, | ||
| 45 | }; | ||
| 46 | |||
| 47 | static const nid_triple * const sigoid_srt_xref[] = | ||
| 48 | { | ||
| 49 | &sigoid_srt[29], | ||
| 50 | &sigoid_srt[17], | ||
| 51 | &sigoid_srt[18], | ||
| 52 | &sigoid_srt[0], | ||
| 53 | &sigoid_srt[1], | ||
| 54 | &sigoid_srt[7], | ||
| 55 | &sigoid_srt[2], | ||
| 56 | &sigoid_srt[4], | ||
| 57 | &sigoid_srt[3], | ||
| 58 | &sigoid_srt[9], | ||
| 59 | &sigoid_srt[5], | ||
| 60 | &sigoid_srt[8], | ||
| 61 | &sigoid_srt[12], | ||
| 62 | &sigoid_srt[6], | ||
| 63 | &sigoid_srt[10], | ||
| 64 | &sigoid_srt[11], | ||
| 65 | &sigoid_srt[13], | ||
| 66 | &sigoid_srt[24], | ||
| 67 | &sigoid_srt[20], | ||
| 68 | &sigoid_srt[14], | ||
| 69 | &sigoid_srt[21], | ||
| 70 | &sigoid_srt[15], | ||
| 71 | &sigoid_srt[22], | ||
| 72 | &sigoid_srt[16], | ||
| 73 | &sigoid_srt[23], | ||
| 74 | &sigoid_srt[19], | ||
| 75 | &sigoid_srt[25], | ||
| 76 | &sigoid_srt[26], | ||
| 77 | &sigoid_srt[27], | ||
| 78 | &sigoid_srt[28], | ||
| 79 | &sigoid_srt[30], | ||
| 80 | &sigoid_srt[31], | ||
| 81 | }; | ||
| 82 | |||
