Home | History | Annotate | Download | only in crypto

Lines Matching refs:DEFINED

90 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
95 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA)
98 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG)
101 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
104 # if defined(OPENSSL_NO_DTLS1) && !defined(NO_DTLS1)
107 # if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128)
110 # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
113 # if defined(OPENSSL_NO_GOST) && !defined(NO_GOST)
116 # if defined(OPENSSL_NO_HEARTBEATS) && !defined(NO_HEARTBEATS)
119 # if defined(OPENSSL_NO_IDEA) && !defined(NO_IDEA)
122 # if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE)
125 # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
128 # if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
131 # if defined(OPENSSL_NO_MDC2) && !defined(NO_MDC2)
134 # if defined(OPENSSL_NO_RC5) && !defined(NO_RC5)
137 # if defined(OPENSSL_NO_RDRAND) && !defined(NO_RDRAND)
140 # if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779)
143 # if defined(OPENSSL_NO_RIPEMD) && !defined(NO_RIPEMD)
146 # if defined(OPENSSL_NO_RSAX) && !defined(NO_RSAX)
149 # if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
152 # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED)
155 # if defined(OPENSSL_NO_SHA0) && !defined(NO_SHA0)
158 # if defined(OPENSSL_NO_STATIC_ENGINE) && !defined(NO_STATIC_ENGINE)
161 # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
164 # if defined(OPENSSL_NO_WHIRLPOOL) && !defined(NO_WHIRLPOOL)
174 #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
175 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
186 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
190 #if defined(HEADER_MD2_H) && !defined(MD2_INT)
194 #if defined(HEADER_RC2_H) && !defined(RC2_INT)
199 #if defined(HEADER_RC4_H)
200 #if !defined(RC4_INT)
210 #if !defined(RC4_CHUNK)
219 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
227 #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
233 /* Only one for the following should be defined */
239 #if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)
241 /* if this is defined data[i] is used instead of *data, this is a %20
246 #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
251 #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
271 #if defined(DES_RISC1) && defined(DES_RISC2)
272 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
283 * They are only used if nothing else has been defined */
284 #if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL)
291 #if defined( sun ) /* Newer Sparc's */
295 #elif defined( __ultrix ) /* Older MIPS */
299 #elif defined( __osf1__ ) /* Alpha */
302 #elif defined ( _AIX ) /* RS6000 */
304 #elif defined( __hpux ) /* HP-PA */
306 #elif defined( __aux ) /* 68K */
308 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
310 #elif defined( __sgi ) /* Newer MIPS */
314 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */