HomeSort by relevance Sort by last modified time
    Searched full:rc4 (Results 26 - 50 of 607) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_background.sgml 34 algorithm for protecting wireless networks. WEP uses RC4 with
38 RC4 key scheduling is insufficient (beginning of the pseudorandom
47 hardware. It still uses RC4 for the encryption like WEP, but with
48 per-packet RC4 keys. In addition, it implements replay protection,
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 255 add("SSL_RSA_WITH_RC4_128_MD5", "RC4-MD5");
256 add("SSL_RSA_WITH_RC4_128_SHA", "RC4-SHA");
259 add("TLS_ECDH_ECDSA_WITH_RC4_128_SHA", "ECDH-ECDSA-RC4-SHA");
262 add("TLS_ECDH_RSA_WITH_RC4_128_SHA", "ECDH-RSA-RC4-SHA");
265 add("TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", "ECDHE-ECDSA-RC4-SHA");
268 add("TLS_ECDHE_RSA_WITH_RC4_128_SHA", "ECDHE-RSA-RC4-SHA");
285 add("SSL_RSA_EXPORT_WITH_RC4_40_MD5", "EXP-RC4-MD5");
295 add("SSL_DH_anon_WITH_RC4_128_MD5", "ADH-RC4-MD5");
300 add("TLS_ECDH_anon_WITH_RC4_128_SHA", "AECDH-RC4-SHA");
304 add("SSL_DH_anon_EXPORT_WITH_RC4_40_MD5", "EXP-ADH-RC4-MD5")
    [all...]
  /external/openssl/crypto/rc4/
rrc4.doc 4 Subject: RC4 Algorithm revealed.
16 America by reverse engineering the RC4 algorithm and
22 SUBJECT: RC4 Source Code
25 I've tested this. It is compatible with the RC4 object module
28 /* rc4.h */
37 void rc4(unsigned char *buffer_ptr,int buffer_len,rc4_key * key);
40 /*rc4.c */
41 #include "rc4.h"
69 void rc4(unsigned char *buffer_ptr, int buffer_len, rc4_key *key)
108 official RC4 object cod
    [all...]
rc4_enc.c 1 /* crypto/rc4/rc4_enc.c */
11 * apply to all code found in this distribution, be it the RC4, RSA,
59 #include <openssl/rc4.h>
62 /* RC4 as implemented from a posting from
65 * Subject: RC4 Algorithm revealed.
70 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
99 * (**) i.e. according to 'apps/openssl speed rc4' benchmark,
100 * crypto/rc4/rc4speed.c exhibits almost 70% speed-up...
  /external/openssl/crypto/evp/
e_rc4_hmac_md5.c 59 #include <openssl/rc4.h>
140 RC4(&key->ks,rc4_off,in,out);
167 RC4(&key->ks,len-rc4_off,out+rc4_off,out+rc4_off);
169 RC4(&key->ks,len-rc4_off,in+rc4_off,out+rc4_off);
180 RC4(&key->ks,rc4_off,in,out);
198 RC4(&key->ks,len-rc4_off,in+rc4_off,out+rc4_off);
e_rc4.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
67 #include <openssl/rc4.h>
134 RC4(&data(ctx)->ks,inl,in,out);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 21 #include "rc4.h"
238 } rc4; member in union:crypto_cipher::__anon16743
267 if (key_len > sizeof(ctx->u.rc4.key)) {
271 ctx->u.rc4.keylen = key_len;
272 os_memcpy(ctx->u.rc4.key, key, key_len);
319 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen,
320 ctx->u.rc4.used_bytes, crypt, len);
321 ctx->u.rc4.used_bytes += len;
370 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen
    [all...]
  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 12 // This is modified RC4 decryption used for import of Toolbar autofill data
15 // (it supports only 40 and 128 bit for RC4). Second, it codes 128 words with
  /external/openssl/include/openssl/
ssl2.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
109 #define SSL2_TXT_RC4_128_WITH_MD5 "RC4-MD5"
110 #define SSL2_TXT_RC4_128_EXPORT40_WITH_MD5 "EXP-RC4-MD5"
118 #define SSL2_TXT_RC4_64_WITH_MD5 "RC4-64-MD5"
ssl3.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
195 #define SSL3_TXT_RSA_RC4_40_MD5 "EXP-RC4-MD5"
196 #define SSL3_TXT_RSA_RC4_128_MD5 "RC4-MD5"
197 #define SSL3_TXT_RSA_RC4_128_SHA "RC4-SHA"
218 #define SSL3_TXT_ADH_RC4_40_MD5 "EXP-ADH-RC4-MD5"
219 #define SSL3_TXT_ADH_RC4_128_MD5 "ADH-RC4-MD5"
227 #define SSL3_TXT_FZA_DMS_RC4_SHA "FZA-RC4-SHA"
232 #define SSL3_TXT_KRB5_RC4_128_SHA "KRB5-RC4-SHA"
236 #define SSL3_TXT_KRB5_RC4_128_MD5 "KRB5-RC4-MD5"
241 #define SSL3_TXT_KRB5_RC4_40_SHA "EXP-KRB5-RC4-SHA
    [all...]
tls1.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
529 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5 "EXP1024-RC4-MD5"
533 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA"
534 #define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA"
535 #define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA"
554 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
560 #define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA "ECDHE-ECDSA-RC4-SHA"
566 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
572 #define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA "ECDHE-RSA-RC4-SHA"
578 #define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA "AECDH-RC4-SHA
    [all...]
  /external/openssl/ssl/
ssl2.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
109 #define SSL2_TXT_RC4_128_WITH_MD5 "RC4-MD5"
110 #define SSL2_TXT_RC4_128_EXPORT40_WITH_MD5 "EXP-RC4-MD5"
118 #define SSL2_TXT_RC4_64_WITH_MD5 "RC4-64-MD5"
ssl3.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
195 #define SSL3_TXT_RSA_RC4_40_MD5 "EXP-RC4-MD5"
196 #define SSL3_TXT_RSA_RC4_128_MD5 "RC4-MD5"
197 #define SSL3_TXT_RSA_RC4_128_SHA "RC4-SHA"
218 #define SSL3_TXT_ADH_RC4_40_MD5 "EXP-ADH-RC4-MD5"
219 #define SSL3_TXT_ADH_RC4_128_MD5 "ADH-RC4-MD5"
227 #define SSL3_TXT_FZA_DMS_RC4_SHA "FZA-RC4-SHA"
232 #define SSL3_TXT_KRB5_RC4_128_SHA "KRB5-RC4-SHA"
236 #define SSL3_TXT_KRB5_RC4_128_MD5 "KRB5-RC4-MD5"
241 #define SSL3_TXT_KRB5_RC4_40_SHA "EXP-KRB5-RC4-SHA
    [all...]
  /external/wpa_supplicant_8/src/common/
eapol_common.h 74 * RC4 key used in encryption = Key-IV + MS-MPPE-Recv-Key */
  /external/wpa_supplicant_8/src/crypto/
Makefile 38 rc4.o \
crypto.h 434 * rc4_skip - XOR RC4 stream to given data with skip-stream-start
435 * @key: RC4 key
436 * @keylen: RC4 key length
437 * @skip: number of bytes to skip from the beginning of the RC4 stream
438 * @data: data to be XOR'ed with RC4 stream
442 * Generate RC4 pseudo random stream for the given key, skip beginning of the
443 * stream, and XOR the end result with the data buffer to perform RC4
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
IPerformancesConstants.java 99 "RC4-200906051444",
114 "RC4-200806091311",
130 "RC4-200706081718",
  /external/openssl/apps/
progs.pl 74 "des", "des3", "desx", "idea", "seed", "rc4", "rc4-40",
95 elsif ($_ =~ /rc4/) { $t="#ifndef OPENSSL_NO_RC4\n${t}#endif\n"; }
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 10 # At some point it became apparent that the original SSLeay RC4
24 # For reference! This code delivers ~80% of rc4-amd64.pl
63 &asm_init($ARGV[0],"rc4-586.pl");
155 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
156 &function_begin("RC4");
292 &function_end("RC4");
350 # key schedule, which is recognized by RC4 procedure.
402 &asciz ("rc4(4x,int)");
403 &asciz ("rc4(1x,char)");
404 &asciz ("rc4(8x,mmx)")
    [all...]
rc4-x86_64.pl 12 # 2.22x RC4 tune-up:-) It should be noted though that my hand [as in
101 # but more than likely at the cost of the others (see rc4-586.pl
127 .globl RC4
128 .type RC4,\@function,4
130 RC4: or $len,$len
424 .size RC4,.-RC4
522 .asciz "rc4(8x,int)"
523 .asciz "rc4(8x,char)"
524 .asciz "rc4(16x,int)
    [all...]
  /bionic/libc/bionic/
arc4random.c 25 * compatible with RSA Labs "RC4" cipher (the actual description of
34 * RC4 is a registered trademark of RSA Laboratories.
153 * http://www.wisdom.weizmann.ac.il/~itsik/RC4/Papers/Rc4_ksa.ps
  /external/chromium/net/tools/flip_server/
spdy_ssl.cc 14 #define SSL_CIPHER_LIST "!aNULL:!ADH:!eNull:!LOW:!EXP:RC4+RSA:MEDIUM:HIGH"
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 143 /* define this if you use Valgrind, note: it CHANGES the way SOBER-128 and RC4 work (see the code) */
  /external/kernel-headers/original/asm-mips/
sigcontext.h 53 * DSP ASE in 2.6.12-rc4. Turn sc_mdhi and sc_mdlo into an array of four
  /external/openssl/crypto/engine/
eng_openssl.c 211 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
220 #include <openssl/rc4.h>
246 RC4(&test(ctx)->ks,inl,in,out);

Completed in 400 milliseconds

12 3 4 5 6 7 8 91011>>