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

/freebsd-9.3-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 ((((unsigned long)indata & (sizeof(RC4_CHUNK) - 1)) |
125 ((unsigned long)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-9.3-release/secure/lib/libcrypto/
H A Dopensslconf-amd64.h96 #if !defined(RC4_CHUNK)
101 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-arm.h100 #if !defined(RC4_CHUNK)
105 #undef RC4_CHUNK macro
H A Dopensslconf-i386.h96 #if !defined(RC4_CHUNK)
101 #undef RC4_CHUNK macro
H A Dopensslconf-ia64.h100 #if !defined(RC4_CHUNK)
105 #undef RC4_CHUNK macro
H A Dopensslconf-mips.h100 #if !defined(RC4_CHUNK)
105 #undef RC4_CHUNK macro
H A Dopensslconf-powerpc.h100 #if !defined(RC4_CHUNK)
105 #undef RC4_CHUNK macro
H A Dopensslconf-sparc64.h100 #if !defined(RC4_CHUNK)
105 #undef RC4_CHUNK macro
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dopensslconf.h138 #if !defined(RC4_CHUNK)
143 #undef RC4_CHUNK macro
H A Dopensslconf.h.in57 #if !defined(RC4_CHUNK)
62 #undef RC4_CHUNK

Completed in 114 milliseconds