/external/openssl/crypto/sha/ |
sha1_one.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
sha1dgst.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
sha_dgst.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
/external/openssl/crypto/x509/ |
x509_def.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
x509rset.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
/external/openssl/include/openssl/ |
conf_api.h | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
ripemd.h | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
ssl23.h | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
objects.h | 11 * apply to all code found in this distribution, be it the RC4, RSA, 95 #define SN_rc4 "RC4" 96 #define LN_rc4 "rc4" 532 #define SN_rc4_40 "RC4-40" 533 #define LN_rc4_40 "rc4-40" 776 #define SN_pbe_WithSHA1And128BitRC4 "PBE-SHA1-RC4-128" 781 #define SN_pbe_WithSHA1And40BitRC4 "PBE-SHA1-RC4-40" [all...] |
/external/openssl/ssl/ |
s23_meth.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
s2_meth.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
s3_meth.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
ssl23.h | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
ssl_err2.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
t1_clnt.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
t1_meth.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
t1_srvr.c | 11 * apply to all code found in this distribution, be it the RC4, RSA,
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
JSSEProvider.java | 71 * RC4
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/ |
AlgNameMapperTest.java | 40 {"1.2.840.113549.3.4", "RC4"},
|
/external/openssl/apps/ |
progs.h | 233 {FUNC_TYPE_CIPHER,"rc4",enc_main}, 236 {FUNC_TYPE_CIPHER,"rc4-40",enc_main},
|
/external/libppp/src/ |
mppe.c | 41 #include <openssl/rc4.h> 152 RC4(&RC4Key, mp->keylen, InterimKey, mp->sesskey); 213 RC4(&mop->rc4key, 2, (char *)&nproto, rp + 2); 217 RC4(&mop->rc4key, ilen, rp, rp); 358 RC4(&mip->rc4key, 2, (char *)proto, (char *)proto); 363 RC4(&mip->rc4key, len, rp, rp);
|
/external/openssl/crypto/objects/ |
objects.h | 11 * apply to all code found in this distribution, be it the RC4, RSA, 95 #define SN_rc4 "RC4" 96 #define LN_rc4 "rc4" 532 #define SN_rc4_40 "RC4-40" 533 #define LN_rc4_40 "rc4-40" 776 #define SN_pbe_WithSHA1And128BitRC4 "PBE-SHA1-RC4-128" 781 #define SN_pbe_WithSHA1And40BitRC4 "PBE-SHA1-RC4-40" [all...] |
/external/openssl/crypto/rc4/asm/ |
rc4-ia64.pl | 32 # for RC4 encryption. The basic algorithm looks like this: 315 .ident \"rc4-ia64.s, version 3.0\" 464 .type RC4, \@function 465 .global RC4 467 .proc RC4 470 RC4: 752 .endp RC4
|
rc4-x86_64.S | 4 .globl RC4 5 .type RC4,@function 7 RC4: orq %rsi,%rsi 519 .size RC4,.-RC4
|
/external/wpa_supplicant_8/src/crypto/ |
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
|