HomeSort by relevance Sort by last modified time
    Searched refs:RC4_CHUNK (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4_enc.c 81 #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)*8-1)" i
    [all...]
  /external/openssl/crypto/rc4/
rc4_enc.c 81 #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)*8-1)" i
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
opensslconf.h.in 42 #if !defined(RC4_CHUNK)
47 #undef RC4_CHUNK
opensslconf.h 204 #if !defined(RC4_CHUNK)
209 #define RC4_CHUNK unsigned long
  /external/openssl/crypto/
opensslconf.h.in 42 #if !defined(RC4_CHUNK)
47 #undef RC4_CHUNK
opensslconf-32.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
opensslconf-64.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
opensslconf-static-32.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
opensslconf-static-64.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
opensslconf-static-trusty.h 336 #if !defined(RC4_CHUNK)
341 #undef RC4_CHUNK
opensslconf-trusty.h 336 #if !defined(RC4_CHUNK)
341 #undef RC4_CHUNK
  /external/chromium_org/third_party/openssl/config/mac/ia32/openssl/
opensslconf.h 207 #if !defined(RC4_CHUNK)
212 #define RC4_CHUNK unsigned long
  /external/chromium_org/third_party/openssl/config/x64/openssl/
opensslconf.h 204 #if !defined(RC4_CHUNK)
209 #define RC4_CHUNK unsigned long
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
opensslconf.h 204 #if !defined(RC4_CHUNK)
209 #define RC4_CHUNK unsigned long
  /external/openssl/include/openssl/
opensslconf-32.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
opensslconf-64.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
opensslconf-static-32.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
opensslconf-static-64.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
opensslconf-static-trusty.h 336 #if !defined(RC4_CHUNK)
341 #undef RC4_CHUNK
opensslconf-trusty.h 336 #if !defined(RC4_CHUNK)
341 #undef RC4_CHUNK
  /external/openssl/
import_openssl.sh 208 RC4_CHUNK

Completed in 458 milliseconds