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

/external/chromium_org/third_party/boringssl/src/crypto/rc4/
H A Drc4.c63 #define RC4_CHUNK unsigned long macro
83 #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".
115 d[x] = ty, (RC4_CHUNK)d[(tx + ty) & 0xff])
117 if ((((size_t)in & (sizeof(RC4_CHUNK) - 1)) |
118 ((size_t)out & (sizeof(RC4_CHUNK) - 1))) == 0) {
119 RC4_CHUNK ichunk, otp;
140 * by "if (sizeof(RC4_CHUNK)==8)" or the condition
144 * sizeof(RC4_CHUNK)!
[all...]
/external/openssl/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...]
/external/openssl/crypto/
H A Dopensslconf.h.in42 #if !defined(RC4_CHUNK)
47 #undef RC4_CHUNK
H A Dopensslconf-32.h219 #if !defined(RC4_CHUNK)
224 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-64.h219 #if !defined(RC4_CHUNK)
224 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-static-32.h219 #if !defined(RC4_CHUNK)
224 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-static-64.h219 #if !defined(RC4_CHUNK)
224 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-static-trusty.h345 #if !defined(RC4_CHUNK)
350 #undef RC4_CHUNK macro
H A Dopensslconf-trusty.h345 #if !defined(RC4_CHUNK)
350 #undef RC4_CHUNK macro
/external/openssl/include/openssl/
H A Dopensslconf-32.h219 #if !defined(RC4_CHUNK)
224 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-64.h219 #if !defined(RC4_CHUNK)
224 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-static-32.h219 #if !defined(RC4_CHUNK)
224 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-static-64.h219 #if !defined(RC4_CHUNK)
224 #define RC4_CHUNK unsigned long macro
H A Dopensslconf-static-trusty.h345 #if !defined(RC4_CHUNK)
350 #undef RC4_CHUNK macro
H A Dopensslconf-trusty.h345 #if !defined(RC4_CHUNK)
350 #undef RC4_CHUNK macro
/external/openssl/
H A Dimport_openssl.sh208 RC4_CHUNK

Completed in 180 milliseconds