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

12 3 4 5 6 7 8 91011>>

  /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/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/crypto/rc4/
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/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,
532 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5 "EXP1024-RC4-MD5"
536 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA"
537 #define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA"
538 #define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA"
557 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
563 #define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA "ECDHE-ECDSA-RC4-SHA"
569 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
575 #define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA "ECDHE-RSA-RC4-SHA"
581 #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...]
tls1.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
532 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5 "EXP1024-RC4-MD5"
536 #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA"
537 #define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA"
538 #define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA"
557 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
563 #define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA "ECDHE-ECDSA-RC4-SHA"
569 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
575 #define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA "ECDHE-RSA-RC4-SHA"
581 #define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA "AECDH-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 \
  /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
128 .globl RC4
129 .type RC4,\@function,4
131 RC4: or $len,$len
425 .size RC4,.-RC4
523 .asciz "rc4(8x,int)"
524 .asciz "rc4(8x,char)"
525 .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);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 589 add("SSL_RSA_WITH_RC4_128_MD5", "RC4-MD5");
590 add("SSL_RSA_WITH_RC4_128_SHA", "RC4-SHA");
593 add("TLS_ECDH_ECDSA_WITH_RC4_128_SHA", "ECDH-ECDSA-RC4-SHA");
596 add("TLS_ECDH_RSA_WITH_RC4_128_SHA", "ECDH-RSA-RC4-SHA");
599 add("TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", "ECDHE-ECDSA-RC4-SHA");
602 add("TLS_ECDHE_RSA_WITH_RC4_128_SHA", "ECDHE-RSA-RC4-SHA");
619 add("SSL_RSA_EXPORT_WITH_RC4_40_MD5", "EXP-RC4-MD5");
629 add("SSL_DH_anon_WITH_RC4_128_MD5", "ADH-RC4-MD5");
634 add("TLS_ECDH_anon_WITH_RC4_128_SHA", "AECDH-RC4-SHA");
638 add("SSL_DH_anon_EXPORT_WITH_RC4_40_MD5", "EXP-ADH-RC4-MD5")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.a     [all...]

Completed in 1385 milliseconds

12 3 4 5 6 7 8 91011>>