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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rc4/
H A Drc4_enc.c82 #if defined(RC4_CHUNK) && !defined(PEDANTIC)
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rc4/
H A Drc4_enc.c81 #if defined(RC4_CHUNK)
104 * - RC4_CHUNK="unsigned long long" should be a #1 choice for
108 * always be told that RC4_CHUNK="unsigned long".
120 (RC4_CHUNK)d[(tx+ty)&0xff]\
123 if ( ( ((size_t)indata & (sizeof(RC4_CHUNK)-1)) |
124 ((size_t)outdata & (sizeof(RC4_CHUNK)-1)) ) == 0 )
126 RC4_CHUNK ichunk,otp;
145 * by "if (sizeof(RC4_CHUNK)==8)" or the condition
149 * sizeof(RC4_CHUNK)!=8 be (were also #ifdefed
151 * - in case you wonder "&(sizeof(RC4_CHUNK)*
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rc4/
H A Drc4_enc.c82 #if defined(RC4_CHUNK) && !defined(PEDANTIC)
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rc4/
H A Drc4_enc.c81 #if defined(RC4_CHUNK)
104 * - RC4_CHUNK="unsigned long long" should be a #1 choice for
108 * always be told that RC4_CHUNK="unsigned long".
120 (RC4_CHUNK)d[(tx+ty)&0xff]\
123 if ( ( ((size_t)indata & (sizeof(RC4_CHUNK)-1)) |
124 ((size_t)outdata & (sizeof(RC4_CHUNK)-1)) ) == 0 )
126 RC4_CHUNK ichunk,otp;
145 * by "if (sizeof(RC4_CHUNK)==8)" or the condition
149 * sizeof(RC4_CHUNK)!=8 be (were also #ifdefed
151 * - in case you wonder "&(sizeof(RC4_CHUNK)*
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rc4/
H A Drc4_enc.c82 #if defined(RC4_CHUNK) && !defined(PEDANTIC)
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rc4/
H A Drc4_enc.c81 #if defined(RC4_CHUNK)
104 * - RC4_CHUNK="unsigned long long" should be a #1 choice for
108 * always be told that RC4_CHUNK="unsigned long".
120 (RC4_CHUNK)d[(tx+ty)&0xff]\
123 if ( ( ((size_t)indata & (sizeof(RC4_CHUNK)-1)) |
124 ((size_t)outdata & (sizeof(RC4_CHUNK)-1)) ) == 0 )
126 RC4_CHUNK ichunk,otp;
145 * by "if (sizeof(RC4_CHUNK)==8)" or the condition
149 * sizeof(RC4_CHUNK)!=8 be (were also #ifdefed
151 * - in case you wonder "&(sizeof(RC4_CHUNK)*
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/MacOS/
H A Dopensslconf.h33 #if !defined(RC4_CHUNK)
38 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/MacOS/
H A Dopensslconf.h35 # if !defined(RC4_CHUNK)
40 # define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/MacOS/
H A Dopensslconf.h35 # if !defined(RC4_CHUNK)
40 # define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/MacOS/
H A Dopensslconf.h33 #if !defined(RC4_CHUNK)
38 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/MacOS/
H A Dopensslconf.h35 # if !defined(RC4_CHUNK)
40 # define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/MacOS/
H A Dopensslconf.h33 #if !defined(RC4_CHUNK)
38 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dopensslconf.h102 #if !defined(RC4_CHUNK)
107 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/
H A Dopensslconf.h102 #if !defined(RC4_CHUNK)
107 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dopensslconf.h102 #if !defined(RC4_CHUNK)
107 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Dopensslconf.h102 #if !defined(RC4_CHUNK)
107 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dopensslconf.h102 #if !defined(RC4_CHUNK)
107 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dopensslconf.h114 #if !defined(RC4_CHUNK)
119 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Dopensslconf.h102 #if !defined(RC4_CHUNK)
107 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Dopensslconf.h114 #if !defined(RC4_CHUNK)
119 #define RC4_CHUNK unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/openssl/
H A Dopensslconf.h114 #if !defined(RC4_CHUNK)
119 #define RC4_CHUNK unsigned long macro

Completed in 387 milliseconds