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

  /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/openssl/crypto/
opensslconf.h.in 42 #if !defined(RC4_CHUNK)
47 #undef RC4_CHUNK
opensslconf.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long
  /external/openssl/include/openssl/
opensslconf.h 210 #if !defined(RC4_CHUNK)
215 #define RC4_CHUNK unsigned long

Completed in 19 milliseconds