/external/wpa_supplicant_8/wpa_supplicant/ |
README | 210 for protecting wireless networks. WEP uses RC4 with 40-bit keys, 213 too small against current attacks, RC4 key scheduling is insufficient 222 hardware. It still uses RC4 for the encryption like WEP, but with 223 per-packet RC4 keys. In addition, it implements replay protection, [all...] |
/external/dropbear/libtomcrypt/ |
changes | 46 -- Added LTC_VALGRIND define which makes SOBER-128 and RC4 a pure PRNG (and not a stream cipher). Useful if you use [all...] |
makefile.msvc | 112 src/prngs/rc4.obj src/prngs/rng_get_bytes.obj src/prngs/rng_make_prng.obj src/prngs/sober128.obj \
|
/external/chromium/net/socket/ |
ssl_client_socket_unittest.cc | 563 // Rather than exhaustively disabling every RC4 ciphersuite defined at 572 // Enable only RC4 on the test server.
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client.c | 557 cipher = "RC4-MD5"; 560 cipher = "RC4-SHA";
|
/external/libpng/ |
CHANGES | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.c | 23 #include "crypto/rc4.h" 180 * RC4 key used in encryption = Key-IV + MS-MPPE-Recv-Key */ 747 wpa_hexdump_key(MSG_DEBUG, "EAPOL: Decrypted(RC4) key", [all...] |
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
NativeCryptoTest.java | 502 "EXP1024-DES-CBC-SHA", "EXP1024-RC4-SHA", "DHE-DSS-RC4-SHA", 552 NativeCrypto.SSL_set_cipher_lists(s, new String[] { "RC4-MD5" }); [all...] |
/external/openssl/crypto/objects/ |
obj_dat.h | 17 * apply to all code found in this distribution, be it the RC4, RSA, [all...] |
/external/ipsec-tools/src/racoon/ |
algorithm.c | 179 { "rc4", algtype_rc4, IPSECDOI_ESP_RC4, 8,
|
/external/openssh/ |
LICENCE | 39 - RC4 support has been replaced with ARC4 support from OpenSSL
|
/external/openssl/apps/ |
apps.h | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
asn1pars.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
dgst.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
dsaparam.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
rsa.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
s_socket.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
s_time.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
/external/openssl/crypto/asn1/ |
a_int.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
a_sign.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
asn1_lib.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
asn1_par.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
t_x509.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
x_crl.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
x_name.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|