Searched refs:RC4_CHUNK (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/rc4/
H A Drc4_enc.c82 #if defined(RC4_CHUNK)
105 * - RC4_CHUNK="unsigned long long" should be a #1 choice for
109 * always be told that RC4_CHUNK="unsigned long".
121 (RC4_CHUNK)d[(tx+ty)&0xff]\
124 if ((((size_t)indata & (sizeof(RC4_CHUNK) - 1)) |
125 ((size_t)outdata & (sizeof(RC4_CHUNK) - 1))) == 0) {
126 RC4_CHUNK ichunk, otp;
150 * by "if (sizeof(RC4_CHUNK)==8)" or the condition
154 * sizeof(RC4_CHUNK)!=8 be (were also #ifdefed
156 * - in case you wonder "&(sizeof(RC4_CHUNK)*
[all...]
/freebsd-10.1-release/secure/lib/libcrypto/
H A Dopensslconf-x86.h120 #if !defined(RC4_CHUNK)
126 #define RC4_CHUNK unsigned long macro
128 #undef RC4_CHUNK macro
H A Dopensslconf-ia64.h112 #if !defined(RC4_CHUNK)
117 #undef RC4_CHUNK macro
H A Dopensslconf-sparc64.h121 #if !defined(RC4_CHUNK)
126 #undef RC4_CHUNK macro
H A Dopensslconf-arm.h121 #if !defined(RC4_CHUNK)
126 #undef RC4_CHUNK macro
H A Dopensslconf-powerpc.h121 #if !defined(RC4_CHUNK)
126 #undef RC4_CHUNK macro
H A Dopensslconf-mips.h121 #if !defined(RC4_CHUNK)
126 #undef RC4_CHUNK macro
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dopensslconf.h126 #if !defined(RC4_CHUNK)
131 #undef RC4_CHUNK macro

Completed in 198 milliseconds