Searched defs:RC4_CHUNK (Results 1 - 13 of 13) 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/
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

Completed in 406 milliseconds