diff options
Diffstat (limited to 'src/lib/libcrypto/arch/amd64')
-rw-r--r-- | src/lib/libcrypto/arch/amd64/Makefile.inc | 75 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/amd64/opensslconf.h | 152 |
2 files changed, 0 insertions, 227 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc deleted file mode 100644 index 081ed3c252..0000000000 --- a/src/lib/libcrypto/arch/amd64/Makefile.inc +++ /dev/null | |||
@@ -1,75 +0,0 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.5 2015/09/11 14:48:06 miod Exp $ | ||
2 | |||
3 | # amd64-specific libcrypto build rules | ||
4 | |||
5 | # aes | ||
6 | CFLAGS+= -DAES_ASM | ||
7 | SSLASM+= aes aes-x86_64 | ||
8 | CFLAGS+= -DBSAES_ASM | ||
9 | SSLASM+= aes bsaes-x86_64 | ||
10 | CFLAGS+= -DVPAES_ASM | ||
11 | SSLASM+= aes vpaes-x86_64 | ||
12 | SSLASM+= aes aesni-x86_64 | ||
13 | SSLASM+= aes aesni-sha1-x86_64 | ||
14 | # bf | ||
15 | SRCS+= bf_enc.c | ||
16 | # bn | ||
17 | CFLAGS+= -DOPENSSL_IA32_SSE2 | ||
18 | CFLAGS+= -DRSA_ASM | ||
19 | SSLASM+= bn modexp512-x86_64 | ||
20 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | ||
21 | SSLASM+= bn x86_64-mont | ||
22 | CFLAGS+= -DOPENSSL_BN_ASM_MONT5 | ||
23 | SSLASM+= bn x86_64-mont5 | ||
24 | CFLAGS+= -DOPENSSL_BN_ASM_GF2m | ||
25 | SSLASM+= bn x86_64-gf2m | ||
26 | # camellia | ||
27 | SRCS+= cmll_misc.c | ||
28 | SSLASM+= camellia cmll-x86_64 | ||
29 | # des | ||
30 | SRCS+= des_enc.c fcrypt_b.c | ||
31 | # md5 | ||
32 | CFLAGS+= -DMD5_ASM | ||
33 | SSLASM+= md5 md5-x86_64 | ||
34 | # modes | ||
35 | CFLAGS+= -DGHASH_ASM | ||
36 | SSLASM+= modes ghash-x86_64 | ||
37 | # rc4 | ||
38 | CFLAGS+= -DRC4_MD5_ASM | ||
39 | SSLASM+= rc4 rc4-x86_64 | ||
40 | SSLASM+= rc4 rc4-md5-x86_64 | ||
41 | # ripemd | ||
42 | # sha | ||
43 | CFLAGS+= -DSHA1_ASM | ||
44 | SSLASM+= sha sha1-x86_64 | ||
45 | CFLAGS+= -DSHA256_ASM | ||
46 | SRCS+= sha256-x86_64.S | ||
47 | GENERATED+= sha256-x86_64.S | ||
48 | sha256-x86_64.S: ${LCRYPTO_SRC}/sha/asm/sha512-x86_64.pl | ||
49 | cd ${LCRYPTO_SRC}/sha/asm ; \ | ||
50 | /usr/bin/perl ./sha512-x86_64.pl ${.OBJDIR}/${.TARGET} | ||
51 | CFLAGS+= -DSHA512_ASM | ||
52 | SRCS+= sha512-x86_64.S | ||
53 | GENERATED+= sha512-x86_64.S | ||
54 | sha512-x86_64.S: ${LCRYPTO_SRC}/sha/asm/sha512-x86_64.pl | ||
55 | cd ${LCRYPTO_SRC}/sha/asm ; \ | ||
56 | /usr/bin/perl ./sha512-x86_64.pl ${.OBJDIR}/${.TARGET} | ||
57 | # whrlpool | ||
58 | CFLAGS+= -DWHIRLPOOL_ASM | ||
59 | SSLASM+= whrlpool wp-x86_64 | ||
60 | |||
61 | .for dir f in ${SSLASM} | ||
62 | SRCS+= ${f}.S | ||
63 | GENERATED+=${f}.S | ||
64 | ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl | ||
65 | (cd ${LCRYPTO_SRC}/${dir} ; \ | ||
66 | /usr/bin/perl ./asm/${f}.pl openbsd) > ${.TARGET} | ||
67 | .endfor | ||
68 | |||
69 | CFLAGS+= -DOPENSSL_CPUID_OBJ | ||
70 | SRCS+= x86_64cpuid.S x86_64-gcc.c | ||
71 | GENERATED+=x86_64cpuid.S | ||
72 | |||
73 | x86_64cpuid.S: ${LCRYPTO_SRC}/x86_64cpuid.pl | ||
74 | (cd ${LCRYPTO_SRC}/${dir} ; \ | ||
75 | /usr/bin/perl ./x86_64cpuid.pl) > ${.TARGET} | ||
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h deleted file mode 100644 index cbd5d53ca4..0000000000 --- a/src/lib/libcrypto/arch/amd64/opensslconf.h +++ /dev/null | |||
@@ -1,152 +0,0 @@ | |||
1 | #include <openssl/opensslfeatures.h> | ||
2 | /* crypto/opensslconf.h.in */ | ||
3 | |||
4 | /* Generate 80386 code? */ | ||
5 | #undef I386_ONLY | ||
6 | |||
7 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) | ||
8 | #define OPENSSLDIR "/etc/ssl" | ||
9 | #endif | ||
10 | |||
11 | #undef OPENSSL_UNISTD | ||
12 | #define OPENSSL_UNISTD <unistd.h> | ||
13 | |||
14 | #undef OPENSSL_EXPORT_VAR_AS_FUNCTION | ||
15 | |||
16 | #if defined(HEADER_IDEA_H) && !defined(IDEA_INT) | ||
17 | #define IDEA_INT unsigned int | ||
18 | #endif | ||
19 | |||
20 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
21 | #define MD2_INT unsigned int | ||
22 | #endif | ||
23 | |||
24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | ||
25 | /* I need to put in a mod for the alpha - eay */ | ||
26 | #define RC2_INT unsigned int | ||
27 | #endif | ||
28 | |||
29 | #if defined(HEADER_RC4_H) | ||
30 | #if !defined(RC4_INT) | ||
31 | /* using int types make the structure larger but make the code faster | ||
32 | * on most boxes I have tested - up to %20 faster. */ | ||
33 | /* | ||
34 | * I don't know what does "most" mean, but declaring "int" is a must on: | ||
35 | * - Intel P6 because partial register stalls are very expensive; | ||
36 | * - elder Alpha because it lacks byte load/store instructions; | ||
37 | */ | ||
38 | #define RC4_INT unsigned int | ||
39 | #endif | ||
40 | #if !defined(RC4_CHUNK) | ||
41 | /* | ||
42 | * This enables code handling data aligned at natural CPU word | ||
43 | * boundary. See crypto/rc4/rc4_enc.c for further details. | ||
44 | */ | ||
45 | #define RC4_CHUNK unsigned long | ||
46 | #endif | ||
47 | #endif | ||
48 | |||
49 | #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) | ||
50 | /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a | ||
51 | * %20 speed up (longs are 8 bytes, int's are 4). */ | ||
52 | #ifndef DES_LONG | ||
53 | #define DES_LONG unsigned int | ||
54 | #endif | ||
55 | #endif | ||
56 | |||
57 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) | ||
58 | #define CONFIG_HEADER_BN_H | ||
59 | #undef BN_LLONG | ||
60 | |||
61 | /* Should we define BN_DIV2W here? */ | ||
62 | |||
63 | /* Only one for the following should be defined */ | ||
64 | #define SIXTY_FOUR_BIT_LONG | ||
65 | #undef SIXTY_FOUR_BIT | ||
66 | #undef THIRTY_TWO_BIT | ||
67 | #endif | ||
68 | |||
69 | #if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) | ||
70 | #define CONFIG_HEADER_RC4_LOCL_H | ||
71 | /* if this is defined data[i] is used instead of *data, this is a %20 | ||
72 | * speedup on x86 */ | ||
73 | #undef RC4_INDEX | ||
74 | #endif | ||
75 | |||
76 | #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) | ||
77 | #define CONFIG_HEADER_BF_LOCL_H | ||
78 | #undef BF_PTR | ||
79 | #endif /* HEADER_BF_LOCL_H */ | ||
80 | |||
81 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | ||
82 | #define CONFIG_HEADER_DES_LOCL_H | ||
83 | #ifndef DES_DEFAULT_OPTIONS | ||
84 | /* the following is tweaked from a config script, that is why it is a | ||
85 | * protected undef/define */ | ||
86 | #ifndef DES_PTR | ||
87 | #undef DES_PTR | ||
88 | #endif | ||
89 | |||
90 | /* This helps C compiler generate the correct code for multiple functional | ||
91 | * units. It reduces register dependancies at the expense of 2 more | ||
92 | * registers */ | ||
93 | #ifndef DES_RISC1 | ||
94 | #undef DES_RISC1 | ||
95 | #endif | ||
96 | |||
97 | #ifndef DES_RISC2 | ||
98 | #undef DES_RISC2 | ||
99 | #endif | ||
100 | |||
101 | #if defined(DES_RISC1) && defined(DES_RISC2) | ||
102 | YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! | ||
103 | #endif | ||
104 | |||
105 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | ||
106 | * Very mucy CPU dependant */ | ||
107 | #ifndef DES_UNROLL | ||
108 | #define DES_UNROLL | ||
109 | #endif | ||
110 | |||
111 | /* These default values were supplied by | ||
112 | * Peter Gutman <pgut001@cs.auckland.ac.nz> | ||
113 | * They are only used if nothing else has been defined */ | ||
114 | #if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) | ||
115 | /* Special defines which change the way the code is built depending on the | ||
116 | CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find | ||
117 | even newer MIPS CPU's, but at the moment one size fits all for | ||
118 | optimization options. Older Sparc's work better with only UNROLL, but | ||
119 | there's no way to tell at compile time what it is you're running on */ | ||
120 | |||
121 | #if defined( sun ) /* Newer Sparc's */ | ||
122 | # define DES_PTR | ||
123 | # define DES_RISC1 | ||
124 | # define DES_UNROLL | ||
125 | #elif defined( __ultrix ) /* Older MIPS */ | ||
126 | # define DES_PTR | ||
127 | # define DES_RISC2 | ||
128 | # define DES_UNROLL | ||
129 | #elif defined( __osf1__ ) /* Alpha */ | ||
130 | # define DES_PTR | ||
131 | # define DES_RISC2 | ||
132 | #elif defined ( _AIX ) /* RS6000 */ | ||
133 | /* Unknown */ | ||
134 | #elif defined( __hpux ) /* HP-PA */ | ||
135 | /* Unknown */ | ||
136 | #elif defined( __aux ) /* 68K */ | ||
137 | /* Unknown */ | ||
138 | #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ | ||
139 | # define DES_UNROLL | ||
140 | #elif defined( __sgi ) /* Newer MIPS */ | ||
141 | # define DES_PTR | ||
142 | # define DES_RISC2 | ||
143 | # define DES_UNROLL | ||
144 | #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ | ||
145 | # define DES_PTR | ||
146 | # define DES_RISC1 | ||
147 | # define DES_UNROLL | ||
148 | #endif /* Systems-specific speed defines */ | ||
149 | #endif | ||
150 | |||
151 | #endif /* DES_DEFAULT_OPTIONS */ | ||
152 | #endif /* HEADER_DES_LOCL_H */ | ||